diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-17 14:19:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-17 14:19:54 +0000 |
commit | 77bc28544a42e71898ee5d334a382497d29e3357 (patch) | |
tree | d7e0407cbc6940ee8841aaabb52b74589b2c8805 /distrib/Makefile | |
parent | f1e4bed8bad1667ab5c41e9cd3341928a07959a8 (diff) |
generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on all
architectures.
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index b8e20bf8847..65cc2ba54b7 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1997/08/06 09:40:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1997/09/17 14:18:58 deraadt Exp $ -SUBDIR= ${MACHINE} notes +SUBDIR= special ${MACHINE} notes # miniroot and ramdisk are supposed to be "generic" using Makefile.inc # to set up architectural dependencies.. |