diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 13:49:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 13:49:08 +0000 |
commit | e79cf6bc9fac8b690adc55888a48f7aab45393ba (patch) | |
tree | 480368a53ea0edf93f3b7b6969e1e113e9e60cfe /usr.bin/Makefile | |
parent | 1b3310acaaa89db89fd116595d1f3a59d2868594 (diff) |
/usr/bin/cpp wrapper script (which now knows where to find the
correct path to GNU cpp through an incredibly twisted hack)
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 055304a7212..a98b03ae444 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 -# $Id: Makefile,v 1.3 1995/12/16 11:46:37 deraadt Exp $ +# $Id: Makefile,v 1.4 1996/01/02 13:49:02 deraadt Exp $ SUBDIR= apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \ checknr chflags chpass cksum cmp col colcrt colrm column comm \ - compress crontab ctags cut dirname du \ + compress cpp crontab ctags cut dirname du \ env error expand false file find finger fmt fold fpr from \ fsplit fstat ftp gencat getconf getopt head hexdump id indent \ ipcrm ipcs join jot kdump ktrace lam last lastcomm leave lex locate \ |