diff --git a/boot/Makefile b/boot/Makefile index 98258045b..b2b9292ed 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -94,4 +94,4 @@ STRIPFLAG= -s CLEANFILES+= rawfs86.c edparams.c cdbootblock.s dosboot.c -.include +.include diff --git a/commands/DESCRIBE/Makefile b/commands/DESCRIBE/Makefile index 5a94fc6b1..ad35f8bf0 100644 --- a/commands/DESCRIBE/Makefile +++ b/commands/DESCRIBE/Makefile @@ -1,4 +1,4 @@ SCRIPTS= DESCRIBE.sh MAN= -.include +.include diff --git a/commands/M/Makefile b/commands/M/Makefile index 43ea0d6ac..e8659d7f8 100644 --- a/commands/M/Makefile +++ b/commands/M/Makefile @@ -4,4 +4,4 @@ MAN= LINKS+= ${BINDIR}/M ${BINDIR}/U -.include +.include diff --git a/commands/MAKEDEV/Makefile b/commands/MAKEDEV/Makefile index fa8241785..93040ea76 100644 --- a/commands/MAKEDEV/Makefile +++ b/commands/MAKEDEV/Makefile @@ -1,4 +1,4 @@ SCRIPTS= MAKEDEV.sh MAN= -.include +.include diff --git a/commands/Makefile b/commands/Makefile index 2eeae97b3..eb906f6b3 100644 --- a/commands/Makefile +++ b/commands/Makefile @@ -1,6 +1,6 @@ # Makefile for commands. -.include +.include SUBDIR= aal add_route adduser advent arp ash at autil awk \ backup badblocks banner basename bigmake binpackage \ @@ -41,4 +41,4 @@ SUBDIR+= atnormalize dosread fdisk loadfont \ SUBDIR+= acd asmconv gas2ack .endif -.include +.include diff --git a/commands/aal/Makefile b/commands/aal/Makefile index 957ce59ec..81ada2bf5 100644 --- a/commands/aal/Makefile +++ b/commands/aal/Makefile @@ -9,4 +9,4 @@ CPPFLAGS+= -I${.CURDIR} -DAAL -DSTB -DNDEBUG -DDISTRIBUTION LINKS+= ${BINDIR}/aal ${BINDIR}/ar MAN= -.include +.include diff --git a/commands/acd/Makefile b/commands/acd/Makefile index 91ff91055..ee0ddf681 100644 --- a/commands/acd/Makefile +++ b/commands/acd/Makefile @@ -1,6 +1,6 @@ # Makefile for acd -.include +.include PROG= acd CPPFLAGS+= -DARCH=\"`arch`\" -DDESCR=\"/usr/lib/descr\" @@ -10,4 +10,4 @@ FILES= acd.descr FILESNAME= descr MAN= -.include +.include diff --git a/commands/add_route/Makefile b/commands/add_route/Makefile index 79aa4e85b..350296a3b 100644 --- a/commands/add_route/Makefile +++ b/commands/add_route/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/add_route ${BINDIR}/del_route -.include +.include diff --git a/commands/adduser/Makefile b/commands/adduser/Makefile index ea1214a0e..a922aa548 100644 --- a/commands/adduser/Makefile +++ b/commands/adduser/Makefile @@ -1,4 +1,4 @@ SCRIPTS= adduser.sh MAN= -.include +.include diff --git a/commands/advent/Makefile b/commands/advent/Makefile index 84cf2b622..ef38c5d2d 100644 --- a/commands/advent/Makefile +++ b/commands/advent/Makefile @@ -25,4 +25,4 @@ CPPFLAGS.advent.c= -DTEXTDIR='"${TEXTDIR}"' CLEANFILES+= ${DATFILES} advtext.h setup -.include +.include diff --git a/commands/arp/Makefile b/commands/arp/Makefile index 48165be3d..264009606 100644 --- a/commands/arp/Makefile +++ b/commands/arp/Makefile @@ -2,4 +2,4 @@ PROG= arp BINMODE= 4755 MAN= -.include +.include diff --git a/commands/ash/Makefile b/commands/ash/Makefile index f9e05c17e..9eae2c35a 100644 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -1,6 +1,6 @@ # Makefile for ash. -.include +.include YHEADER=1 PROG= sh @@ -83,4 +83,4 @@ operators.c operators.h: mkexpr unary_op binary_op arith.h: arith.c arith.c: arith.y -.include +.include diff --git a/commands/asmconv/Makefile b/commands/asmconv/Makefile index 01dd6bc3d..a53897d7d 100644 --- a/commands/asmconv/Makefile +++ b/commands/asmconv/Makefile @@ -5,4 +5,4 @@ SRCS= asm86.c asmconv.c parse_ack.c parse_gnu.c parse_bas.c \ tokenize.c emit_ack.c emit_gnu.c MAN= -.include +.include diff --git a/commands/at/Makefile b/commands/at/Makefile index a85b9a04a..65e8e3b86 100644 --- a/commands/at/Makefile +++ b/commands/at/Makefile @@ -2,4 +2,4 @@ PROG= at BINMODE= 4755 MAN= -.include +.include diff --git a/commands/atnormalize/Makefile b/commands/atnormalize/Makefile index a3063b802..4b4b9bba4 100644 --- a/commands/atnormalize/Makefile +++ b/commands/atnormalize/Makefile @@ -1,4 +1,4 @@ PROG= atnormalize MAN= -.include +.include diff --git a/commands/autil/Makefile b/commands/autil/Makefile index 241d7de25..b23f5a372 100644 --- a/commands/autil/Makefile +++ b/commands/autil/Makefile @@ -7,4 +7,4 @@ CPPFLAGS+= -I${.CURDIR} MAN.anm= MAN.asize= -.include +.include diff --git a/commands/autopart/Makefile b/commands/autopart/Makefile index eb89058eb..37ab9a324 100644 --- a/commands/autopart/Makefile +++ b/commands/autopart/Makefile @@ -1,4 +1,4 @@ PROG= autopart MAN= -.include +.include diff --git a/commands/awk/Makefile b/commands/awk/Makefile index c12779db5..24898ca32 100644 --- a/commands/awk/Makefile +++ b/commands/awk/Makefile @@ -1,4 +1,4 @@ -.include +.include PROG= awk SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c @@ -14,4 +14,4 @@ maketab: awkgram.h maketab.c CLEANFILES= maketab proctab.c -.include +.include diff --git a/commands/backup/Makefile b/commands/backup/Makefile index 753eec486..0d4a75d35 100644 --- a/commands/backup/Makefile +++ b/commands/backup/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/backup ${BINDIR}/restore -.include +.include diff --git a/commands/badblocks/Makefile b/commands/badblocks/Makefile index 791fa3b4c..40097594c 100644 --- a/commands/badblocks/Makefile +++ b/commands/badblocks/Makefile @@ -2,4 +2,4 @@ PROG= badblocks CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/banner/Makefile b/commands/banner/Makefile index 87989f69c..64acb6e6e 100644 --- a/commands/banner/Makefile +++ b/commands/banner/Makefile @@ -1,4 +1,4 @@ PROG= banner MAN= -.include +.include diff --git a/commands/basename/Makefile b/commands/basename/Makefile index ab966c523..7a5acc21d 100644 --- a/commands/basename/Makefile +++ b/commands/basename/Makefile @@ -1,4 +1,4 @@ PROG= basename MAN= -.include +.include diff --git a/commands/bigmake/Makefile b/commands/bigmake/Makefile index d23d3edd2..4833eaaed 100644 --- a/commands/bigmake/Makefile +++ b/commands/bigmake/Makefile @@ -1,4 +1,4 @@ SCRIPTS= bigmake.sh MAN= -.include +.include diff --git a/commands/binpackage/Makefile b/commands/binpackage/Makefile index 11197820b..7587f2bac 100644 --- a/commands/binpackage/Makefile +++ b/commands/binpackage/Makefile @@ -1,4 +1,4 @@ SCRIPTS= binpackage.sh MAN= -.include +.include diff --git a/commands/binpackages/Makefile b/commands/binpackages/Makefile index 079bce1d3..575951de4 100644 --- a/commands/binpackages/Makefile +++ b/commands/binpackages/Makefile @@ -1,4 +1,4 @@ SCRIPTS= binpackages.sh MAN= -.include +.include diff --git a/commands/binsizes/Makefile b/commands/binsizes/Makefile index 949419481..471f5a39d 100644 --- a/commands/binsizes/Makefile +++ b/commands/binsizes/Makefile @@ -1,4 +1,4 @@ SCRIPTS= binsizes.sh MAN= -.include +.include diff --git a/commands/bzip2/Makefile b/commands/bzip2/Makefile index 0768cee4c..fcf778474 100644 --- a/commands/bzip2/Makefile +++ b/commands/bzip2/Makefile @@ -1,4 +1,4 @@ -.include +.include PROG= bzip2 DPADD+= ${LIBBZ2} @@ -11,4 +11,4 @@ MLINKS+= bzip2.1 bunzip2.1\ LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bunzip2 LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat -.include +.include diff --git a/commands/bzip2recover/Makefile b/commands/bzip2recover/Makefile index 00837fdd8..194f63c3f 100644 --- a/commands/bzip2recover/Makefile +++ b/commands/bzip2recover/Makefile @@ -1,6 +1,6 @@ NOMAN= -.include +.include PROG= bzip2recover CPPFLAGS+= -I ${BZ2DIR} @@ -8,4 +8,4 @@ CPPFLAGS+= -I ${BZ2DIR} BZ2DIR= ${MINIXSRCDIR}/commands/bzip2 .PATH: ${BZ2DIR} -.include +.include diff --git a/commands/cal/Makefile b/commands/cal/Makefile index 69d99242f..485169960 100644 --- a/commands/cal/Makefile +++ b/commands/cal/Makefile @@ -1,4 +1,4 @@ PROG= cal MAN= -.include +.include diff --git a/commands/calendar/Makefile b/commands/calendar/Makefile index 0114fbc5c..26275d475 100644 --- a/commands/calendar/Makefile +++ b/commands/calendar/Makefile @@ -1,4 +1,4 @@ PROG= calendar MAN= -.include +.include diff --git a/commands/cat/Makefile b/commands/cat/Makefile index e0e29c860..1d00fd4a3 100644 --- a/commands/cat/Makefile +++ b/commands/cat/Makefile @@ -2,4 +2,4 @@ PROG= cat BINDIR= /bin MAN= -.include +.include diff --git a/commands/cawf/Makefile b/commands/cawf/Makefile index f8388b1c9..a24d73a50 100644 --- a/commands/cawf/Makefile +++ b/commands/cawf/Makefile @@ -49,4 +49,4 @@ MAN.bsfilt= FILESDIR= /usr/lib/cawf FILES= common device.cf dumb.dev man.mac me.mac ms.mac mnx.mac -.include +.include diff --git a/commands/cd/Makefile b/commands/cd/Makefile index bac0f80b3..35a04b028 100644 --- a/commands/cd/Makefile +++ b/commands/cd/Makefile @@ -15,4 +15,4 @@ LINKS+= ${BINDIR}/cd ${BINDIR}/umask LINKS+= ${BINDIR}/cd ${BINDIR}/wait -.include +.include diff --git a/commands/cdprobe/Makefile b/commands/cdprobe/Makefile index 327dfe2e2..3fd7727c8 100644 --- a/commands/cdprobe/Makefile +++ b/commands/cdprobe/Makefile @@ -2,4 +2,4 @@ PROG= cdprobe CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/checkhier/Makefile b/commands/checkhier/Makefile index 6725dbb8e..897584cb5 100644 --- a/commands/checkhier/Makefile +++ b/commands/checkhier/Makefile @@ -1,4 +1,4 @@ SCRIPTS= checkhier.sh MAN= -.include +.include diff --git a/commands/chmem/Makefile b/commands/chmem/Makefile index 779500253..cb61b5a1b 100644 --- a/commands/chmem/Makefile +++ b/commands/chmem/Makefile @@ -1,4 +1,4 @@ PROG= chmem MAN= -.include +.include diff --git a/commands/chmod/Makefile b/commands/chmod/Makefile index 15fccdc17..1c97a5be2 100644 --- a/commands/chmod/Makefile +++ b/commands/chmod/Makefile @@ -1,4 +1,4 @@ PROG= chmod MAN= -.include +.include diff --git a/commands/chown/Makefile b/commands/chown/Makefile index 807975d97..d2fbd6890 100644 --- a/commands/chown/Makefile +++ b/commands/chown/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/chown ${BINDIR}/chgrp -.include +.include diff --git a/commands/chroot/Makefile b/commands/chroot/Makefile index eb3563642..c1cdc5625 100644 --- a/commands/chroot/Makefile +++ b/commands/chroot/Makefile @@ -2,4 +2,4 @@ PROG= chroot BINDIR= /bin MAN= -.include +.include diff --git a/commands/ci/Makefile b/commands/ci/Makefile index cbef9467c..a738d3cc1 100644 --- a/commands/ci/Makefile +++ b/commands/ci/Makefile @@ -1,4 +1,4 @@ PROG= ci MAN= -.include +.include diff --git a/commands/cksum/Makefile b/commands/cksum/Makefile index e22eda4fa..136aa6ff3 100644 --- a/commands/cksum/Makefile +++ b/commands/cksum/Makefile @@ -1,4 +1,4 @@ PROG= cksum MAN= -.include +.include diff --git a/commands/cleantmp/Makefile b/commands/cleantmp/Makefile index 5aab73026..ff4c1f285 100644 --- a/commands/cleantmp/Makefile +++ b/commands/cleantmp/Makefile @@ -1,4 +1,4 @@ PROG= cleantmp MAN= -.include +.include diff --git a/commands/clear/Makefile b/commands/clear/Makefile index 474335b2a..ea538eda1 100644 --- a/commands/clear/Makefile +++ b/commands/clear/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/clear ${BINDIR}/clr -.include +.include diff --git a/commands/cmp/Makefile b/commands/cmp/Makefile index 68c1a5923..4daa90b57 100644 --- a/commands/cmp/Makefile +++ b/commands/cmp/Makefile @@ -1,4 +1,4 @@ PROG= cmp MAN= -.include +.include diff --git a/commands/co/Makefile b/commands/co/Makefile index f7605d7e1..aa947ab4c 100644 --- a/commands/co/Makefile +++ b/commands/co/Makefile @@ -1,4 +1,4 @@ PROG= co MAN= -.include +.include diff --git a/commands/comm/Makefile b/commands/comm/Makefile index 2766aad65..7d089949f 100644 --- a/commands/comm/Makefile +++ b/commands/comm/Makefile @@ -1,4 +1,4 @@ PROG= comm MAN= -.include +.include diff --git a/commands/compress/Makefile b/commands/compress/Makefile index 4fd1d8cb9..5f72558bb 100644 --- a/commands/compress/Makefile +++ b/commands/compress/Makefile @@ -4,4 +4,4 @@ MAN= LINKS+= ${BINDIR}/compress ${BINDIR}/uncompress LINKS+= ${BINDIR}/compress ${BINDIR}/zcat -.include +.include diff --git a/commands/cp/Makefile b/commands/cp/Makefile index bd814b9b2..f895a942b 100644 --- a/commands/cp/Makefile +++ b/commands/cp/Makefile @@ -8,4 +8,4 @@ LINKS+= ${BINDIR}/cp ${BINDIR}/ln LINKS+= ${BINDIR}/cp ${BINDIR}/clone LINKS+= ${BINDIR}/cp ${BINDIR}/cpdir -.include +.include diff --git a/commands/crc/Makefile b/commands/crc/Makefile index 112b107de..e07f16f19 100644 --- a/commands/crc/Makefile +++ b/commands/crc/Makefile @@ -1,4 +1,4 @@ PROG= crc MAN= -.include +.include diff --git a/commands/cron/Makefile b/commands/cron/Makefile index 416f1f7fa..20e67631a 100644 --- a/commands/cron/Makefile +++ b/commands/cron/Makefile @@ -4,4 +4,4 @@ PROG= cron SRCS= cron.c tab.c misc.c MAN= -.include +.include diff --git a/commands/crontab/Makefile b/commands/crontab/Makefile index 84929160b..593897499 100644 --- a/commands/crontab/Makefile +++ b/commands/crontab/Makefile @@ -1,6 +1,6 @@ # Makefile for crontab. -.include +.include PROG= crontab SRCS= crontab.c tab.c misc.c @@ -10,4 +10,4 @@ MAN= .PATH: ${MINIXSRCDIR}/commands/cron -.include +.include diff --git a/commands/cut/Makefile b/commands/cut/Makefile index 3a6fb2909..1aed929ef 100644 --- a/commands/cut/Makefile +++ b/commands/cut/Makefile @@ -6,4 +6,4 @@ PROG= cut LDADD+= -lutil DPADD+= ${LIBUTIL} -.include +.include diff --git a/commands/datasizes/Makefile b/commands/datasizes/Makefile index 2aed57a6c..95e6110cf 100644 --- a/commands/datasizes/Makefile +++ b/commands/datasizes/Makefile @@ -1,4 +1,4 @@ SCRIPTS= datasizes.sh MAN= -.include +.include diff --git a/commands/date/Makefile b/commands/date/Makefile index 3fad6a011..2c82a24bf 100644 --- a/commands/date/Makefile +++ b/commands/date/Makefile @@ -1,4 +1,4 @@ -.include +.include PROG= date SRCS= date.c logwtmp.c @@ -8,4 +8,4 @@ BINDIR= /bin .PATH: ${MINIXSRCDIR}/lib/libc/stdtime -.include +.include diff --git a/commands/dd/Makefile b/commands/dd/Makefile index 7a740bb3a..491f47956 100644 --- a/commands/dd/Makefile +++ b/commands/dd/Makefile @@ -1,4 +1,4 @@ PROG= dd MAN= -.include +.include diff --git a/commands/de/Makefile b/commands/de/Makefile index 369c5da8f..a30ff550a 100644 --- a/commands/de/Makefile +++ b/commands/de/Makefile @@ -6,4 +6,4 @@ CPPFLAGS+= -I${MINIXSRCDIR}/servers CPPFLAGS+= -D_POSIX_1_SOURCE=2 MAN= -.include +.include diff --git a/commands/decomp16/Makefile b/commands/decomp16/Makefile index ac2fa3e48..70f4d3cd9 100644 --- a/commands/decomp16/Makefile +++ b/commands/decomp16/Makefile @@ -1,4 +1,4 @@ PROG= decomp16 MAN= -.include +.include diff --git a/commands/dev2name/Makefile b/commands/dev2name/Makefile index 5a7a0af02..797001247 100644 --- a/commands/dev2name/Makefile +++ b/commands/dev2name/Makefile @@ -2,4 +2,4 @@ PROG= dev2name BINDIR= /bin MAN= -.include +.include diff --git a/commands/devsize/Makefile b/commands/devsize/Makefile index 76348ce81..e7f0eeefe 100644 --- a/commands/devsize/Makefile +++ b/commands/devsize/Makefile @@ -1,4 +1,4 @@ PROG= devsize MAN= -.include +.include diff --git a/commands/df/Makefile b/commands/df/Makefile index a76e1bdfe..a5021d28c 100644 --- a/commands/df/Makefile +++ b/commands/df/Makefile @@ -3,4 +3,4 @@ CPPFLAGS+= -I${MINIXSRCDIR} BINMODE= 4755 MAN= -.include +.include diff --git a/commands/dhcpd/Makefile b/commands/dhcpd/Makefile index b3e4689d0..140616514 100644 --- a/commands/dhcpd/Makefile +++ b/commands/dhcpd/Makefile @@ -4,4 +4,4 @@ PROG= dhcpd SRCS= dhcpd.c tags.c devices.c ether.c MAN= -.include +.include diff --git a/commands/dhrystone/Makefile b/commands/dhrystone/Makefile index 767d3a0bd..8f7bef374 100644 --- a/commands/dhrystone/Makefile +++ b/commands/dhrystone/Makefile @@ -1,4 +1,4 @@ PROG= dhrystone MAN= -.include +.include diff --git a/commands/diff/Makefile b/commands/diff/Makefile index d41c09782..9fcdc24ad 100644 --- a/commands/diff/Makefile +++ b/commands/diff/Makefile @@ -3,5 +3,5 @@ PROG= diff SRCS= diff.c diffdir.c diffreg.c xmalloc.c -.include +.include diff --git a/commands/dirname/Makefile b/commands/dirname/Makefile index 73c59d5cf..939bfafa4 100644 --- a/commands/dirname/Makefile +++ b/commands/dirname/Makefile @@ -1,4 +1,4 @@ PROG= dirname MAN= -.include +.include diff --git a/commands/dis88/Makefile b/commands/dis88/Makefile index 769ced239..5daec730a 100644 --- a/commands/dis88/Makefile +++ b/commands/dis88/Makefile @@ -28,4 +28,4 @@ PROG= dis88 SRCS= disrel.c dismain.c distabs.c dishand.c disfp.c MAN= -.include +.include diff --git a/commands/dosread/Makefile b/commands/dosread/Makefile index 394a5df69..5b694f9d7 100644 --- a/commands/dosread/Makefile +++ b/commands/dosread/Makefile @@ -4,4 +4,4 @@ MAN= LINKS+= ${BINDIR}/dosread ${BINDIR}/doswrite LINKS+= ${BINDIR}/dosread ${BINDIR}/dosdir -.include +.include diff --git a/commands/du/Makefile b/commands/du/Makefile index 4f0acfabb..2f509c421 100644 --- a/commands/du/Makefile +++ b/commands/du/Makefile @@ -2,4 +2,4 @@ PROG= du CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/dumpcore/Makefile b/commands/dumpcore/Makefile index de8682fc7..2488ed10c 100644 --- a/commands/dumpcore/Makefile +++ b/commands/dumpcore/Makefile @@ -2,4 +2,4 @@ PROG= dumpcore CPPFLAGS+= -I${MINIXSRCDIR} MAN= -.include +.include diff --git a/commands/easypack/Makefile b/commands/easypack/Makefile index 8eac3e57b..c49b539b1 100644 --- a/commands/easypack/Makefile +++ b/commands/easypack/Makefile @@ -1,4 +1,4 @@ SCRIPTS= easypack.sh MAN= -.include +.include diff --git a/commands/ed/Makefile b/commands/ed/Makefile index 4a5327378..383cd1240 100644 --- a/commands/ed/Makefile +++ b/commands/ed/Makefile @@ -1,4 +1,4 @@ PROG= ed MAN= -.include +.include diff --git a/commands/eject/Makefile b/commands/eject/Makefile index 6550a8fbc..24b9b0055 100644 --- a/commands/eject/Makefile +++ b/commands/eject/Makefile @@ -1,4 +1,4 @@ PROG= eject MAN= -.include +.include diff --git a/commands/elle/Makefile b/commands/elle/Makefile index ea2849aa6..8f26e3409 100644 --- a/commands/elle/Makefile +++ b/commands/elle/Makefile @@ -26,4 +26,4 @@ eefidx.h: deffun.e # Don't flush these files if interrupted, dammit! .PRECIOUS: ellec deffun.e defprf.e -.include +.include diff --git a/commands/elvis/Makefile b/commands/elvis/Makefile index cf3cd0fb5..5f0885aad 100644 --- a/commands/elvis/Makefile +++ b/commands/elvis/Makefile @@ -36,4 +36,4 @@ MAN.elvrec= MAN.fmt= MAN.elvprsv= -.include +.include diff --git a/commands/env/Makefile b/commands/env/Makefile index 242767dad..9314c762a 100644 --- a/commands/env/Makefile +++ b/commands/env/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/env ${BINDIR}/printenv -.include +.include diff --git a/commands/expand/Makefile b/commands/expand/Makefile index dead4bd66..89f84541a 100644 --- a/commands/expand/Makefile +++ b/commands/expand/Makefile @@ -1,4 +1,4 @@ PROG= expand MAN= -.include +.include diff --git a/commands/factor/Makefile b/commands/factor/Makefile index e991858aa..eea370801 100644 --- a/commands/factor/Makefile +++ b/commands/factor/Makefile @@ -1,4 +1,4 @@ PROG= factor MAN= -.include +.include diff --git a/commands/fdisk/Makefile b/commands/fdisk/Makefile index c2a8f4238..cbf169b08 100644 --- a/commands/fdisk/Makefile +++ b/commands/fdisk/Makefile @@ -1,4 +1,4 @@ PROG= fdisk MAN= -.include +.include diff --git a/commands/file/Makefile b/commands/file/Makefile index 47011dd6b..e5abca36e 100644 --- a/commands/file/Makefile +++ b/commands/file/Makefile @@ -1,4 +1,4 @@ PROG= file MAN= -.include +.include diff --git a/commands/find/Makefile b/commands/find/Makefile index 176500caf..ec8f99c60 100644 --- a/commands/find/Makefile +++ b/commands/find/Makefile @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.12 2006/12/14 20:55:56 he Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 -.include +.include PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c @@ -11,4 +11,4 @@ CFLAGS += -Wall LDADD+=-lutil DPADD+=${LIBUTIL} -.include +.include diff --git a/commands/finger/Makefile b/commands/finger/Makefile index 7dc1a3299..34e9f8c59 100644 --- a/commands/finger/Makefile +++ b/commands/finger/Makefile @@ -1,4 +1,4 @@ PROG= finger MAN= -.include +.include diff --git a/commands/fingerd/Makefile b/commands/fingerd/Makefile index 88574f861..01c9369cd 100644 --- a/commands/fingerd/Makefile +++ b/commands/fingerd/Makefile @@ -2,4 +2,4 @@ PROG= in.fingerd SRCS= fingerd.c MAN= -.include +.include diff --git a/commands/fix/Makefile b/commands/fix/Makefile index 68a20c279..9caaa4219 100644 --- a/commands/fix/Makefile +++ b/commands/fix/Makefile @@ -1,4 +1,4 @@ PROG= fix MAN= -.include +.include diff --git a/commands/fold/Makefile b/commands/fold/Makefile index 2a8cd607f..12a1984bc 100644 --- a/commands/fold/Makefile +++ b/commands/fold/Makefile @@ -1,4 +1,4 @@ PROG= fold MAN= -.include +.include diff --git a/commands/format/Makefile b/commands/format/Makefile index 7c511487a..ac3215f3c 100644 --- a/commands/format/Makefile +++ b/commands/format/Makefile @@ -2,4 +2,4 @@ PROG= format BIMODE= 4755 MAN= -.include +.include diff --git a/commands/fortune/Makefile b/commands/fortune/Makefile index 1fcd1980f..7968db577 100644 --- a/commands/fortune/Makefile +++ b/commands/fortune/Makefile @@ -3,4 +3,4 @@ MAN= FILESDIR= /usr/lib FILES= fortune.dat -.include +.include diff --git a/commands/fsck/Makefile b/commands/fsck/Makefile index b700f96c4..4311013e5 100644 --- a/commands/fsck/Makefile +++ b/commands/fsck/Makefile @@ -3,4 +3,4 @@ CPPFLAGS+= -I${MINIXSRCDIR}/servers BINDIR= /bin MAN= -.include +.include diff --git a/commands/fsck1/Makefile b/commands/fsck1/Makefile index 503541e10..70ad69008 100644 --- a/commands/fsck1/Makefile +++ b/commands/fsck1/Makefile @@ -2,4 +2,4 @@ PROG= fsck1 CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/ftp101/Makefile b/commands/ftp101/Makefile index 941f4ce48..553f02a2c 100644 --- a/commands/ftp101/Makefile +++ b/commands/ftp101/Makefile @@ -8,4 +8,4 @@ PROG= ftp SRCS= ftp.c local.c file.c xfer.c other.c net.c crc.c CPPFLAGS+= -DCRC_ONLY -.include +.include diff --git a/commands/ftpd200/Makefile b/commands/ftpd200/Makefile index 10ac4153b..fe9df7d76 100644 --- a/commands/ftpd200/Makefile +++ b/commands/ftpd200/Makefile @@ -9,4 +9,4 @@ MAN= ftpd.8 SCRIPTS= ftpdsh FILES= setup.anonftp -.include +.include diff --git a/commands/gas2ack/Makefile b/commands/gas2ack/Makefile index 861b1c6db..a56eec5cb 100644 --- a/commands/gas2ack/Makefile +++ b/commands/gas2ack/Makefile @@ -5,4 +5,4 @@ SRCS= asm86.c gas2ack.c globals.c parse_gnu.c \ tokenize.c emit_ack.c MAN= -.include +.include diff --git a/commands/getty/Makefile b/commands/getty/Makefile index 9e19d85e4..6425275df 100644 --- a/commands/getty/Makefile +++ b/commands/getty/Makefile @@ -2,4 +2,4 @@ PROG= getty BINDIR= /bin MAN= -.include +.include diff --git a/commands/gomoku/Makefile b/commands/gomoku/Makefile index e978157e9..71e41aafe 100644 --- a/commands/gomoku/Makefile +++ b/commands/gomoku/Makefile @@ -4,4 +4,4 @@ MAN= DPADD+= ${LIBCURSES} LDADD+= -lcurses -.include +.include diff --git a/commands/grep/Makefile b/commands/grep/Makefile index 34c9fb481..cd28a33f7 100644 --- a/commands/grep/Makefile +++ b/commands/grep/Makefile @@ -24,7 +24,7 @@ CPPFLAGS+= -isystem ../../../include .endif .if ${OPSYS} == "Minix" -.include +.include .else .include .endif diff --git a/commands/head/Makefile b/commands/head/Makefile index f306dbc46..a37d09e4f 100644 --- a/commands/head/Makefile +++ b/commands/head/Makefile @@ -1,4 +1,4 @@ PROG= head MAN= -.include +.include diff --git a/commands/host/Makefile b/commands/host/Makefile index a9ba3c3ca..1186419b0 100644 --- a/commands/host/Makefile +++ b/commands/host/Makefile @@ -1,4 +1,4 @@ PROG= host MAN= -.include +.include diff --git a/commands/hostaddr/Makefile b/commands/hostaddr/Makefile index fd2f749d9..38065619a 100644 --- a/commands/hostaddr/Makefile +++ b/commands/hostaddr/Makefile @@ -2,4 +2,4 @@ PROG= hostaddr BINMODE= 4755 MAN= -.include +.include diff --git a/commands/id/Makefile b/commands/id/Makefile index 90ed061e1..4e11db3ca 100644 --- a/commands/id/Makefile +++ b/commands/id/Makefile @@ -6,4 +6,4 @@ MAN= id.1 groups.1 whoami.1 LINKS= ${BINDIR}/id ${BINDIR}/groups LINKS+= ${BINDIR}/id ${BINDIR}/whoami -.include +.include diff --git a/commands/ifconfig/Makefile b/commands/ifconfig/Makefile index 821037694..bad9533fc 100644 --- a/commands/ifconfig/Makefile +++ b/commands/ifconfig/Makefile @@ -2,4 +2,4 @@ PROG= ifconfig BINMODE= 4755 MAN= -.include +.include diff --git a/commands/ifdef/Makefile b/commands/ifdef/Makefile index e7b5e3d38..6328f1968 100644 --- a/commands/ifdef/Makefile +++ b/commands/ifdef/Makefile @@ -1,4 +1,4 @@ PROG= ifdef MAN= -.include +.include diff --git a/commands/indent/Makefile b/commands/indent/Makefile index 2f1d70b19..03f7e0ca6 100644 --- a/commands/indent/Makefile +++ b/commands/indent/Makefile @@ -4,4 +4,4 @@ PROG= indent SRCS= args.c comment.c lexi.c indent.c parse.c io.c MAN= -.include +.include diff --git a/commands/install/Makefile b/commands/install/Makefile index 80446269a..1c52030db 100644 --- a/commands/install/Makefile +++ b/commands/install/Makefile @@ -6,4 +6,4 @@ MAN= PROGNAME=install -.include +.include diff --git a/commands/intr/Makefile b/commands/intr/Makefile index b990facb7..579e447d6 100644 --- a/commands/intr/Makefile +++ b/commands/intr/Makefile @@ -2,4 +2,4 @@ PROG= intr BINDIR= /bin MAN= -.include +.include diff --git a/commands/ipcrm/Makefile b/commands/ipcrm/Makefile index 8ee2ee29e..ceba4d72b 100644 --- a/commands/ipcrm/Makefile +++ b/commands/ipcrm/Makefile @@ -1,4 +1,4 @@ PROG= ipcrm MAN= -.include +.include diff --git a/commands/ipcs/Makefile b/commands/ipcs/Makefile index 10d2772a0..d521fca15 100644 --- a/commands/ipcs/Makefile +++ b/commands/ipcs/Makefile @@ -1,4 +1,4 @@ PROG= ipcs MAN= -.include +.include diff --git a/commands/irdpd/Makefile b/commands/irdpd/Makefile index c37192359..5df971fd1 100644 --- a/commands/irdpd/Makefile +++ b/commands/irdpd/Makefile @@ -1,4 +1,4 @@ PROG= irdpd MAN= -.include +.include diff --git a/commands/isoread/Makefile b/commands/isoread/Makefile index d77ca8cad..952acafca 100644 --- a/commands/isoread/Makefile +++ b/commands/isoread/Makefile @@ -4,4 +4,4 @@ MAN= LINKS+= ${BINDIR}/isoread ${BINDIR}/isodir LINKS+= ${BINDIR}/isoread ${BINDIR}/isoinfo -.include +.include diff --git a/commands/join/Makefile b/commands/join/Makefile index b08ac31c9..c7d224c5e 100644 --- a/commands/join/Makefile +++ b/commands/join/Makefile @@ -1,4 +1,4 @@ PROG= join MAN= -.include +.include diff --git a/commands/kill/Makefile b/commands/kill/Makefile index 26a0c6f88..509f5ef2d 100644 --- a/commands/kill/Makefile +++ b/commands/kill/Makefile @@ -1,4 +1,4 @@ PROG= kill MAN= -.include +.include diff --git a/commands/last/Makefile b/commands/last/Makefile index ffb7ca37b..44f199377 100644 --- a/commands/last/Makefile +++ b/commands/last/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/last ${BINDIR}/uptime -.include +.include diff --git a/commands/leave/Makefile b/commands/leave/Makefile index e2d62d1fe..395f25070 100644 --- a/commands/leave/Makefile +++ b/commands/leave/Makefile @@ -1,4 +1,4 @@ PROG= leave MAN= -.include +.include diff --git a/commands/lex/Makefile b/commands/lex/Makefile index 6d0d99630..3bdad8b77 100644 --- a/commands/lex/Makefile +++ b/commands/lex/Makefile @@ -41,4 +41,4 @@ scan.c: scan.l scan.o yylex.o: parse.h -.include +.include diff --git a/commands/life/Makefile b/commands/life/Makefile index 3e62b057f..43e00bda4 100644 --- a/commands/life/Makefile +++ b/commands/life/Makefile @@ -4,4 +4,4 @@ MAN= DPADD+= ${LIBCURSES} LDADD+= -lcurses -.include +.include diff --git a/commands/loadfont/Makefile b/commands/loadfont/Makefile index 39b865cf8..8e64875c5 100644 --- a/commands/loadfont/Makefile +++ b/commands/loadfont/Makefile @@ -1,4 +1,4 @@ PROG= loadfont MAN= -.include +.include diff --git a/commands/loadkeys/Makefile b/commands/loadkeys/Makefile index edb2fb3fc..5f24f2328 100644 --- a/commands/loadkeys/Makefile +++ b/commands/loadkeys/Makefile @@ -2,4 +2,4 @@ PROG= loadkeys BINDIR= /bin MAN= -.include +.include diff --git a/commands/loadramdisk/Makefile b/commands/loadramdisk/Makefile index edecb68ee..7f19f90dd 100644 --- a/commands/loadramdisk/Makefile +++ b/commands/loadramdisk/Makefile @@ -1,4 +1,4 @@ PROG= loadramdisk MAN= -.include +.include diff --git a/commands/logger/Makefile b/commands/logger/Makefile index e12d044ab..ac8698341 100644 --- a/commands/logger/Makefile +++ b/commands/logger/Makefile @@ -1,4 +1,4 @@ PROG= logger MAN= -.include +.include diff --git a/commands/login/Makefile b/commands/login/Makefile index 6d9a5432e..687f04b39 100644 --- a/commands/login/Makefile +++ b/commands/login/Makefile @@ -1,4 +1,4 @@ PROG= login MAN= -.include +.include diff --git a/commands/look/Makefile b/commands/look/Makefile index c038d231b..e4e0f7196 100644 --- a/commands/look/Makefile +++ b/commands/look/Makefile @@ -1,4 +1,4 @@ PROG= look MAN= -.include +.include diff --git a/commands/lp/Makefile b/commands/lp/Makefile index ba7f2b43f..e0c1d933c 100644 --- a/commands/lp/Makefile +++ b/commands/lp/Makefile @@ -1,4 +1,4 @@ PROG= lp MAN= -.include +.include diff --git a/commands/lpd/Makefile b/commands/lpd/Makefile index 82bc5f19f..77edc24ea 100644 --- a/commands/lpd/Makefile +++ b/commands/lpd/Makefile @@ -3,4 +3,4 @@ BINOWN= daemon BINMODE= 4755 MAN= -.include +.include diff --git a/commands/ls/Makefile b/commands/ls/Makefile index 08eedb9c4..d3d12a065 100644 --- a/commands/ls/Makefile +++ b/commands/ls/Makefile @@ -2,4 +2,4 @@ PROG= ls BINDIR= /bin MAN= -.include +.include diff --git a/commands/lspci/Makefile b/commands/lspci/Makefile index 638c31c3f..aed9e34a3 100644 --- a/commands/lspci/Makefile +++ b/commands/lspci/Makefile @@ -1,4 +1,4 @@ PROG= lspci MAN= -.include +.include diff --git a/commands/m4/Makefile b/commands/m4/Makefile index cdbd194ce..38f49b22a 100644 --- a/commands/m4/Makefile +++ b/commands/m4/Makefile @@ -11,4 +11,4 @@ SRCS= main.c eval.c serv.c look.c misc.c expr.c CPPFLAGS+= -DEXTENDED MAN= -.include +.include diff --git a/commands/mail/Makefile b/commands/mail/Makefile index e4ed4f473..b7f35183f 100644 --- a/commands/mail/Makefile +++ b/commands/mail/Makefile @@ -2,4 +2,4 @@ PROG= mail BINMODE= 4755 MAN= -.include +.include diff --git a/commands/make/Makefile b/commands/make/Makefile index a7d90e3b5..f837ec73f 100644 --- a/commands/make/Makefile +++ b/commands/make/Makefile @@ -30,8 +30,8 @@ CPPFLAGS+= -DTARGET_MACHINE=\"${MACHINE}\" \ # SUBDIR+= unit-tests # .endif -.include -.include +.include +.include # A simple unit-test driver to help catch regressions accept test: diff --git a/commands/make/unit-tests/Makefile b/commands/make/unit-tests/Makefile index cbce37420..b3fd0a818 100644 --- a/commands/make/unit-tests/Makefile +++ b/commands/make/unit-tests/Makefile @@ -49,7 +49,7 @@ ${SUBFILES}: clean: rm -f *.out *.fail *.core -.include +.include TEST_MAKE?= ${.MAKE} diff --git a/commands/makewhatis/Makefile b/commands/makewhatis/Makefile index 9fb595155..08bbbfb4a 100644 --- a/commands/makewhatis/Makefile +++ b/commands/makewhatis/Makefile @@ -1,4 +1,4 @@ SCRIPTS= makewhatis.sh MAN= -.include +.include diff --git a/commands/man/Makefile b/commands/man/Makefile index 1388ec18b..eb8e2f91b 100644 --- a/commands/man/Makefile +++ b/commands/man/Makefile @@ -1,4 +1,4 @@ PROG= man MAN= -.include +.include diff --git a/commands/mdb/Makefile b/commands/mdb/Makefile index 6376e36bf..dd520620c 100644 --- a/commands/mdb/Makefile +++ b/commands/mdb/Makefile @@ -26,4 +26,4 @@ SRCS= mdb.c mdbexp.c kernel.o sym.c trace.c core.c misc.c io.c SRCS+= mdbdis86.c SRCS+= ${EXTRA_SRCS} -.include +.include diff --git a/commands/mesg/Makefile b/commands/mesg/Makefile index 029992d25..c42437163 100644 --- a/commands/mesg/Makefile +++ b/commands/mesg/Makefile @@ -1,4 +1,4 @@ PROG= mesg MAN= -.include +.include diff --git a/commands/mined/Makefile b/commands/mined/Makefile index f0d68dd6a..891b60b58 100644 --- a/commands/mined/Makefile +++ b/commands/mined/Makefile @@ -4,4 +4,4 @@ PROG= mined SRCS= mined1.c mined2.c MAN= -.include +.include diff --git a/commands/mixer/Makefile b/commands/mixer/Makefile index fdfc78f87..306ca146f 100644 --- a/commands/mixer/Makefile +++ b/commands/mixer/Makefile @@ -4,4 +4,4 @@ MAN= DPADD+= ${LIBCURSES} LDADD+= -lcurses -.include +.include diff --git a/commands/mkdep/Makefile b/commands/mkdep/Makefile index e93a17e44..326932b71 100644 --- a/commands/mkdep/Makefile +++ b/commands/mkdep/Makefile @@ -1,4 +1,4 @@ SCRIPTS= mkdep.sh MAN= -.include +.include diff --git a/commands/mkdir/Makefile b/commands/mkdir/Makefile index e22f80fe6..31dcaaef7 100644 --- a/commands/mkdir/Makefile +++ b/commands/mkdir/Makefile @@ -1,4 +1,4 @@ PROG= mkdir MAN= -.include +.include diff --git a/commands/mkdist/Makefile b/commands/mkdist/Makefile index c096ca2d3..b9f842c55 100644 --- a/commands/mkdist/Makefile +++ b/commands/mkdist/Makefile @@ -1,4 +1,4 @@ SCRIPTS= mkdist.sh MAN= -.include +.include diff --git a/commands/mkfifo/Makefile b/commands/mkfifo/Makefile index 939efc0ed..cc8aa9fdd 100644 --- a/commands/mkfifo/Makefile +++ b/commands/mkfifo/Makefile @@ -1,4 +1,4 @@ PROG= mkfifo MAN= -.include +.include diff --git a/commands/mkfs/Makefile b/commands/mkfs/Makefile index eb3c040ab..c688a17fa 100644 --- a/commands/mkfs/Makefile +++ b/commands/mkfs/Makefile @@ -2,4 +2,4 @@ PROG= mkfs CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/mknod/Makefile b/commands/mknod/Makefile index 8fd1b28a3..fe1ab212e 100644 --- a/commands/mknod/Makefile +++ b/commands/mknod/Makefile @@ -1,4 +1,4 @@ PROG= mknod MAN= -.include +.include diff --git a/commands/mkproto/Makefile b/commands/mkproto/Makefile index aae445f7c..baa5da16c 100644 --- a/commands/mkproto/Makefile +++ b/commands/mkproto/Makefile @@ -1,4 +1,4 @@ PROG= mkproto MAN= -.include +.include diff --git a/commands/modem/Makefile b/commands/modem/Makefile index 5ff37d6c3..b106fc1c9 100644 --- a/commands/modem/Makefile +++ b/commands/modem/Makefile @@ -1,4 +1,4 @@ PROG= modem MAN= -.include +.include diff --git a/commands/mount/Makefile b/commands/mount/Makefile index 9ffcd57a9..cc76d2e47 100644 --- a/commands/mount/Makefile +++ b/commands/mount/Makefile @@ -4,4 +4,4 @@ BINDIR= /bin BINMODE= 4755 MAN= -.include +.include diff --git a/commands/mt/Makefile b/commands/mt/Makefile index beff6bce8..1aa8c53bc 100644 --- a/commands/mt/Makefile +++ b/commands/mt/Makefile @@ -1,4 +1,4 @@ PROG= mt MAN= -.include +.include diff --git a/commands/netconf/Makefile b/commands/netconf/Makefile index 8fe58ea06..8a30ab1fd 100644 --- a/commands/netconf/Makefile +++ b/commands/netconf/Makefile @@ -2,4 +2,4 @@ SCRIPTS= netconf.sh BINDIR= /bin MAN= -.include +.include diff --git a/commands/newroot/Makefile b/commands/newroot/Makefile index a9aa24e53..db80764d0 100644 --- a/commands/newroot/Makefile +++ b/commands/newroot/Makefile @@ -1,4 +1,4 @@ PROG= newroot MAN= -.include +.include diff --git a/commands/nice/Makefile b/commands/nice/Makefile index 0a74c5794..e784436f1 100644 --- a/commands/nice/Makefile +++ b/commands/nice/Makefile @@ -1,4 +1,4 @@ PROG= nice MAN= -.include +.include diff --git a/commands/nm/Makefile b/commands/nm/Makefile index eec0c1c84..0ecdc98a5 100644 --- a/commands/nm/Makefile +++ b/commands/nm/Makefile @@ -1,4 +1,4 @@ PROG= nm MAN= -.include +.include diff --git a/commands/nohup/Makefile b/commands/nohup/Makefile index e54770f35..184172b0f 100644 --- a/commands/nohup/Makefile +++ b/commands/nohup/Makefile @@ -1,4 +1,4 @@ PROG= nohup MAN= -.include +.include diff --git a/commands/nonamed/Makefile b/commands/nonamed/Makefile index 4bfc49000..251068e78 100644 --- a/commands/nonamed/Makefile +++ b/commands/nonamed/Makefile @@ -1,4 +1,4 @@ PROG= nonamed MAN= -.include +.include diff --git a/commands/od/Makefile b/commands/od/Makefile index e3960c0f7..dac693a6a 100644 --- a/commands/od/Makefile +++ b/commands/od/Makefile @@ -1,4 +1,4 @@ PROG= od MAN= -.include +.include diff --git a/commands/packit/Makefile b/commands/packit/Makefile index 272790ce1..80456f89a 100644 --- a/commands/packit/Makefile +++ b/commands/packit/Makefile @@ -1,4 +1,4 @@ SCRIPTS= packit.sh MAN= -.include +.include diff --git a/commands/packman/Makefile b/commands/packman/Makefile index d31a06d36..23730e9c6 100644 --- a/commands/packman/Makefile +++ b/commands/packman/Makefile @@ -1,4 +1,4 @@ SCRIPTS= packman.sh MAN= -.include +.include diff --git a/commands/part/Makefile b/commands/part/Makefile index d8fe20c61..6106023dd 100644 --- a/commands/part/Makefile +++ b/commands/part/Makefile @@ -1,4 +1,4 @@ PROG= part MAN= -.include +.include diff --git a/commands/partition/Makefile b/commands/partition/Makefile index 813c531ba..0440d911e 100644 --- a/commands/partition/Makefile +++ b/commands/partition/Makefile @@ -1,4 +1,4 @@ PROG= partition MAN= -.include +.include diff --git a/commands/passwd/Makefile b/commands/passwd/Makefile index 69d98acf5..fb0c66443 100644 --- a/commands/passwd/Makefile +++ b/commands/passwd/Makefile @@ -5,4 +5,4 @@ MAN= LINKS+= ${BINDIR}/passwd ${BINDIR}/chsh LINKS+= ${BINDIR}/passwd ${BINDIR}/chfn -.include +.include diff --git a/commands/paste/Makefile b/commands/paste/Makefile index 8cabf2777..c72cce9da 100644 --- a/commands/paste/Makefile +++ b/commands/paste/Makefile @@ -1,4 +1,4 @@ PROG= paste MAN= -.include +.include diff --git a/commands/patch/Makefile b/commands/patch/Makefile index 7485f1185..07fa57688 100644 --- a/commands/patch/Makefile +++ b/commands/patch/Makefile @@ -5,4 +5,4 @@ PROG= patch SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c -.include +.include diff --git a/commands/pax/Makefile b/commands/pax/Makefile index 9292832d7..53f485238 100644 --- a/commands/pax/Makefile +++ b/commands/pax/Makefile @@ -37,4 +37,4 @@ LINKS+= ${BINDIR}/pax ${BINDIR}/cpio CPPFLAGS+= -DNET2_STAT=1 -.include +.include diff --git a/commands/ping/Makefile b/commands/ping/Makefile index a948e21a2..9fb8d1f47 100644 --- a/commands/ping/Makefile +++ b/commands/ping/Makefile @@ -2,4 +2,4 @@ PROG= ping BINMODE= 4755 MAN= -.include +.include diff --git a/commands/playwave/Makefile b/commands/playwave/Makefile index 37ad5a3b1..d11f8fb00 100644 --- a/commands/playwave/Makefile +++ b/commands/playwave/Makefile @@ -1,4 +1,4 @@ PROG= playwave MAN= -.include +.include diff --git a/commands/postinstall/Makefile b/commands/postinstall/Makefile index 4f46bdfa4..485cf0213 100644 --- a/commands/postinstall/Makefile +++ b/commands/postinstall/Makefile @@ -1,4 +1,4 @@ SCRIPTS= postinstall.sh MAN= -.include +.include diff --git a/commands/postmort/Makefile b/commands/postmort/Makefile index 54601ddca..00b74f55a 100644 --- a/commands/postmort/Makefile +++ b/commands/postmort/Makefile @@ -2,4 +2,4 @@ PROG= postmort CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/poweroff/Makefile b/commands/poweroff/Makefile index e3d54d43e..5af305f79 100644 --- a/commands/poweroff/Makefile +++ b/commands/poweroff/Makefile @@ -1,4 +1,4 @@ SCRIPTS= poweroff.sh MAN= -.include +.include diff --git a/commands/pr/Makefile b/commands/pr/Makefile index 577582ada..d362de261 100644 --- a/commands/pr/Makefile +++ b/commands/pr/Makefile @@ -1,4 +1,4 @@ PROG= pr MAN= -.include +.include diff --git a/commands/pr_routes/Makefile b/commands/pr_routes/Makefile index 193c33e5c..e5834fa8d 100644 --- a/commands/pr_routes/Makefile +++ b/commands/pr_routes/Makefile @@ -2,4 +2,4 @@ PROG= pr_routes BINMODE= 4755 MAN= -.include +.include diff --git a/commands/prep/Makefile b/commands/prep/Makefile index 0250ede19..eef68c664 100644 --- a/commands/prep/Makefile +++ b/commands/prep/Makefile @@ -1,4 +1,4 @@ PROG= prep MAN= -.include +.include diff --git a/commands/printf/Makefile b/commands/printf/Makefile index 3ec157fd0..67169b90a 100644 --- a/commands/printf/Makefile +++ b/commands/printf/Makefile @@ -3,4 +3,4 @@ PROG= printf -.include +.include diff --git a/commands/printroot/Makefile b/commands/printroot/Makefile index 63939c75e..92f1bda09 100644 --- a/commands/printroot/Makefile +++ b/commands/printroot/Makefile @@ -2,4 +2,4 @@ PROG= printroot BINDIR= /bin MAN= -.include +.include diff --git a/commands/profile/Makefile b/commands/profile/Makefile index bcf6eef45..2d6dc1df3 100644 --- a/commands/profile/Makefile +++ b/commands/profile/Makefile @@ -4,4 +4,4 @@ PROG= profile SCRIPTS= sprofalyze.pl cprofalyze.pl MAN= -.include +.include diff --git a/commands/progressbar/Makefile b/commands/progressbar/Makefile index cb6efea04..789359755 100644 --- a/commands/progressbar/Makefile +++ b/commands/progressbar/Makefile @@ -1,4 +1,4 @@ PROG= progressbar MAN= -.include +.include diff --git a/commands/proto/Makefile b/commands/proto/Makefile index 3626141a5..316310730 100644 --- a/commands/proto/Makefile +++ b/commands/proto/Makefile @@ -1,4 +1,4 @@ PROG= proto MAN= -.include +.include diff --git a/commands/ps/Makefile b/commands/ps/Makefile index f79d1e116..61ef3f684 100644 --- a/commands/ps/Makefile +++ b/commands/ps/Makefile @@ -6,4 +6,4 @@ CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers BINMODE= 4755 MAN= -.include +.include diff --git a/commands/pwd/Makefile b/commands/pwd/Makefile index 27fe9fe29..bcf0484e2 100644 --- a/commands/pwd/Makefile +++ b/commands/pwd/Makefile @@ -2,4 +2,4 @@ PROG= pwd BINDIR= /bin MAN= -.include +.include diff --git a/commands/pwdauth/Makefile b/commands/pwdauth/Makefile index f3c98a5be..8f6dbe745 100644 --- a/commands/pwdauth/Makefile +++ b/commands/pwdauth/Makefile @@ -3,4 +3,4 @@ BINDIR= /usr/lib BINMODE= 4755 MAN= -.include +.include diff --git a/commands/ramdisk/Makefile b/commands/ramdisk/Makefile index 3d6e5f442..32394870f 100644 --- a/commands/ramdisk/Makefile +++ b/commands/ramdisk/Makefile @@ -1,4 +1,4 @@ PROG= ramdisk MAN= -.include +.include diff --git a/commands/rarpd/Makefile b/commands/rarpd/Makefile index 99922c80a..6a54de2f1 100644 --- a/commands/rarpd/Makefile +++ b/commands/rarpd/Makefile @@ -1,4 +1,4 @@ PROG= rarpd MAN= -.include +.include diff --git a/commands/rawspeed/Makefile b/commands/rawspeed/Makefile index f55461f44..3d75a42df 100644 --- a/commands/rawspeed/Makefile +++ b/commands/rawspeed/Makefile @@ -1,4 +1,4 @@ PROG= rawspeed MAN= -.include +.include diff --git a/commands/rcp/Makefile b/commands/rcp/Makefile index 99ba5413b..4286e5102 100644 --- a/commands/rcp/Makefile +++ b/commands/rcp/Makefile @@ -1,4 +1,4 @@ PROG= rcp MAN= -.include +.include diff --git a/commands/rdate/Makefile b/commands/rdate/Makefile index 792d783db..4483ce7c1 100644 --- a/commands/rdate/Makefile +++ b/commands/rdate/Makefile @@ -1,4 +1,4 @@ PROG= rdate MAN= -.include +.include diff --git a/commands/readall/Makefile b/commands/readall/Makefile index a6cafa65b..a5c7c7962 100644 --- a/commands/readall/Makefile +++ b/commands/readall/Makefile @@ -1,4 +1,4 @@ PROG= readall MAN= -.include +.include diff --git a/commands/readclock/Makefile b/commands/readclock/Makefile index 4f4c6c929..813483e90 100644 --- a/commands/readclock/Makefile +++ b/commands/readclock/Makefile @@ -2,4 +2,4 @@ SCRIPTS= readclock.sh BINDIR= /bin MAN= -.include +.include diff --git a/commands/readfs/Makefile b/commands/readfs/Makefile index aa6ba15c0..df3acb7e3 100644 --- a/commands/readfs/Makefile +++ b/commands/readfs/Makefile @@ -2,4 +2,4 @@ PROG= readfs CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/reboot/Makefile b/commands/reboot/Makefile index 203688efb..44da118cc 100644 --- a/commands/reboot/Makefile +++ b/commands/reboot/Makefile @@ -8,4 +8,4 @@ LINKS+= ${BINDIR}/halt ${BINDIR}/reboot MAN.shutdown= MAN.halt= -.include +.include diff --git a/commands/recwave/Makefile b/commands/recwave/Makefile index ff0508b6f..a0bf13198 100644 --- a/commands/recwave/Makefile +++ b/commands/recwave/Makefile @@ -1,4 +1,4 @@ PROG= recwave MAN= -.include +.include diff --git a/commands/remsync/Makefile b/commands/remsync/Makefile index b94cdc855..5a1a161c7 100644 --- a/commands/remsync/Makefile +++ b/commands/remsync/Makefile @@ -1,4 +1,4 @@ PROG= remsync MAN= -.include +.include diff --git a/commands/repartition/Makefile b/commands/repartition/Makefile index d97bafd4c..08321c12e 100644 --- a/commands/repartition/Makefile +++ b/commands/repartition/Makefile @@ -1,4 +1,4 @@ PROG= repartition MAN= -.include +.include diff --git a/commands/rev/Makefile b/commands/rev/Makefile index 5e68f4532..f6a3526ac 100644 --- a/commands/rev/Makefile +++ b/commands/rev/Makefile @@ -1,4 +1,4 @@ PROG= rev MAN= -.include +.include diff --git a/commands/rget/Makefile b/commands/rget/Makefile index 4cfde77c9..152c89177 100644 --- a/commands/rget/Makefile +++ b/commands/rget/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/rget ${BINDIR}/rput -.include +.include diff --git a/commands/rlogin/Makefile b/commands/rlogin/Makefile index 6a702ab1f..2cb2186b1 100644 --- a/commands/rlogin/Makefile +++ b/commands/rlogin/Makefile @@ -1,4 +1,4 @@ PROG= rlogin MAN= -.include +.include diff --git a/commands/rlogind/Makefile b/commands/rlogind/Makefile index 5547a1fdc..b52766431 100644 --- a/commands/rlogind/Makefile +++ b/commands/rlogind/Makefile @@ -4,4 +4,4 @@ PROG= in.rlogind SRCS= rlogind.c setup.c MAN= -.include +.include diff --git a/commands/rmdir/Makefile b/commands/rmdir/Makefile index 6ffc42664..6727bd9fb 100644 --- a/commands/rmdir/Makefile +++ b/commands/rmdir/Makefile @@ -1,4 +1,4 @@ PROG= rmdir MAN= -.include +.include diff --git a/commands/rotate/Makefile b/commands/rotate/Makefile index cf6098f2a..b59ba3e5f 100644 --- a/commands/rotate/Makefile +++ b/commands/rotate/Makefile @@ -1,4 +1,4 @@ SCRIPTS= rotate.sh MAN= -.include +.include diff --git a/commands/rsh/Makefile b/commands/rsh/Makefile index 9b97026f0..cfcddfab6 100644 --- a/commands/rsh/Makefile +++ b/commands/rsh/Makefile @@ -1,4 +1,4 @@ PROG= rsh MAN= -.include +.include diff --git a/commands/rshd/Makefile b/commands/rshd/Makefile index 3984bf1d4..cb47a3d90 100644 --- a/commands/rshd/Makefile +++ b/commands/rshd/Makefile @@ -2,4 +2,4 @@ PROG= in.rshd SRCS= rshd.c MAN= -.include +.include diff --git a/commands/screendump/Makefile b/commands/screendump/Makefile index 328fb7d36..c0e1fb210 100644 --- a/commands/screendump/Makefile +++ b/commands/screendump/Makefile @@ -1,4 +1,4 @@ PROG= screendump MAN= -.include +.include diff --git a/commands/sdump/Makefile b/commands/sdump/Makefile index 03fec687d..cf6177c14 100644 --- a/commands/sdump/Makefile +++ b/commands/sdump/Makefile @@ -2,4 +2,4 @@ PROG= sdump CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/sed/Makefile b/commands/sed/Makefile index 0addb8171..cce11ad6e 100644 --- a/commands/sed/Makefile +++ b/commands/sed/Makefile @@ -1,11 +1,11 @@ # $NetBSD: Makefile,v 1.13 2006/06/02 19:44:48 mrg Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 -.include +.include PROG= sed SRCS= compile.c main.c misc.c process.c BINDIR=/bin -.include +.include diff --git a/commands/service/Makefile b/commands/service/Makefile index 637f02e1c..5227220fc 100644 --- a/commands/service/Makefile +++ b/commands/service/Makefile @@ -4,4 +4,4 @@ PROG= service BINDIR= /bin MAN= -.include +.include diff --git a/commands/setup/Makefile b/commands/setup/Makefile index a78a13ba3..763d61716 100644 --- a/commands/setup/Makefile +++ b/commands/setup/Makefile @@ -2,4 +2,4 @@ SCRIPTS= setup.sh BINDIR= /bin MAN= -.include +.include diff --git a/commands/shar/Makefile b/commands/shar/Makefile index db7387d87..f9ddb1248 100644 --- a/commands/shar/Makefile +++ b/commands/shar/Makefile @@ -1,4 +1,4 @@ PROG= shar MAN= -.include +.include diff --git a/commands/size/Makefile b/commands/size/Makefile index 791a877c3..f3e34b96c 100644 --- a/commands/size/Makefile +++ b/commands/size/Makefile @@ -1,4 +1,4 @@ PROG= size MAN= -.include +.include diff --git a/commands/sleep/Makefile b/commands/sleep/Makefile index 3c398c1c1..fdbf1267f 100644 --- a/commands/sleep/Makefile +++ b/commands/sleep/Makefile @@ -1,4 +1,4 @@ PROG= sleep MAN= -.include +.include diff --git a/commands/slip/Makefile b/commands/slip/Makefile index 9132a9ab4..a6e745f39 100644 --- a/commands/slip/Makefile +++ b/commands/slip/Makefile @@ -1,4 +1,4 @@ PROG= slip MAN= -.include +.include diff --git a/commands/sort/Makefile b/commands/sort/Makefile index 4dc558e0c..53f36ee24 100644 --- a/commands/sort/Makefile +++ b/commands/sort/Makefile @@ -1,4 +1,4 @@ PROG= sort MAN= -.include +.include diff --git a/commands/spell/Makefile b/commands/spell/Makefile index d1e3acf94..a899cff05 100644 --- a/commands/spell/Makefile +++ b/commands/spell/Makefile @@ -1,4 +1,4 @@ SCRIPTS= spell.sh MAN= -.include +.include diff --git a/commands/split/Makefile b/commands/split/Makefile index 6000d45cb..0ba292949 100644 --- a/commands/split/Makefile +++ b/commands/split/Makefile @@ -1,4 +1,4 @@ PROG= split MAN= -.include +.include diff --git a/commands/srccrc/Makefile b/commands/srccrc/Makefile index 1ecca6ae2..5b1e2039e 100644 --- a/commands/srccrc/Makefile +++ b/commands/srccrc/Makefile @@ -1,4 +1,4 @@ SCRIPTS= srccrc.sh MAN= -.include +.include diff --git a/commands/stat/Makefile b/commands/stat/Makefile index 5f32aa3b6..b36e14d75 100644 --- a/commands/stat/Makefile +++ b/commands/stat/Makefile @@ -5,4 +5,4 @@ LINKS+= ${BINDIR}/stat ${BINDIR}/readlink LINKS+= ${BINDIR}/stat ${BINDIR}/fstat LINKS+= ${BINDIR}/stat ${BINDIR}/lstat -.include +.include diff --git a/commands/strings/Makefile b/commands/strings/Makefile index 23d43b8c4..76ea92830 100644 --- a/commands/strings/Makefile +++ b/commands/strings/Makefile @@ -1,4 +1,4 @@ PROG= strings MAN= -.include +.include diff --git a/commands/strip/Makefile b/commands/strip/Makefile index acba06683..1e28f4cd2 100644 --- a/commands/strip/Makefile +++ b/commands/strip/Makefile @@ -1,4 +1,4 @@ PROG= strip MAN= -.include +.include diff --git a/commands/stty/Makefile b/commands/stty/Makefile index a1aff7f41..28670239b 100644 --- a/commands/stty/Makefile +++ b/commands/stty/Makefile @@ -1,4 +1,4 @@ PROG= stty MAN= -.include +.include diff --git a/commands/su/Makefile b/commands/su/Makefile index 35bc6f32d..798e15d10 100644 --- a/commands/su/Makefile +++ b/commands/su/Makefile @@ -2,4 +2,4 @@ PROG= su BINMODE= 4755 MAN= -.include +.include diff --git a/commands/sum/Makefile b/commands/sum/Makefile index fad71518c..44530ce68 100644 --- a/commands/sum/Makefile +++ b/commands/sum/Makefile @@ -1,4 +1,4 @@ PROG= sum MAN= -.include +.include diff --git a/commands/svclog/Makefile b/commands/svclog/Makefile index a5f6155f8..21ee49de3 100644 --- a/commands/svclog/Makefile +++ b/commands/svclog/Makefile @@ -1,4 +1,4 @@ SCRIPTS= svclog.sh MAN= -.include +.include diff --git a/commands/swapfs/Makefile b/commands/swapfs/Makefile index 4cc5f18a8..ea41986c4 100644 --- a/commands/swapfs/Makefile +++ b/commands/swapfs/Makefile @@ -1,4 +1,4 @@ PROG= swapfs MAN= -.include +.include diff --git a/commands/swifi/Makefile b/commands/swifi/Makefile index c10380328..7e5ed483b 100644 --- a/commands/swifi/Makefile +++ b/commands/swifi/Makefile @@ -6,4 +6,4 @@ SRCS= systest.c fault_model.c extra.c db_sym.c db_disasm.c \ CPPFLAGS+= -DCONFIG_SWIFI MAN= -.include +.include diff --git a/commands/sync/Makefile b/commands/sync/Makefile index 3d9a01bab..037c73196 100644 --- a/commands/sync/Makefile +++ b/commands/sync/Makefile @@ -2,4 +2,4 @@ PROG= sync BINDIR= /bin MAN= -.include +.include diff --git a/commands/synctree/Makefile b/commands/synctree/Makefile index 3a67e1fee..305c01c35 100644 --- a/commands/synctree/Makefile +++ b/commands/synctree/Makefile @@ -1,4 +1,4 @@ PROG= synctree MAN= -.include +.include diff --git a/commands/sysenv/Makefile b/commands/sysenv/Makefile index 26fa396a0..481b90185 100644 --- a/commands/sysenv/Makefile +++ b/commands/sysenv/Makefile @@ -2,4 +2,4 @@ PROG= sysenv BINDIR= /bin MAN= -.include +.include diff --git a/commands/syslogd/Makefile b/commands/syslogd/Makefile index 386579092..673395f41 100644 --- a/commands/syslogd/Makefile +++ b/commands/syslogd/Makefile @@ -10,4 +10,4 @@ CPPFLAGS+= -Ddebug=0 ${PIDFILE} BINMODE= 700 MAN= -.include +.include diff --git a/commands/tail/Makefile b/commands/tail/Makefile index 6bbcd4df1..91982ec16 100644 --- a/commands/tail/Makefile +++ b/commands/tail/Makefile @@ -1,4 +1,4 @@ PROG= tail MAN= -.include +.include diff --git a/commands/talk/Makefile b/commands/talk/Makefile index 55cc1cc99..bc1d015ff 100644 --- a/commands/talk/Makefile +++ b/commands/talk/Makefile @@ -10,4 +10,4 @@ MAN= DPADD+= ${LIBCURSES} LDADD+= -lcurses -.include +.include diff --git a/commands/talkd/Makefile b/commands/talkd/Makefile index f6da58694..367e3692f 100644 --- a/commands/talkd/Makefile +++ b/commands/talkd/Makefile @@ -7,4 +7,4 @@ PROG= talkd SRCS= talkd.c net.c process.c finduser.c MAN= -.include +.include diff --git a/commands/tcpd/Makefile b/commands/tcpd/Makefile index e9f3f62eb..be91672d2 100644 --- a/commands/tcpd/Makefile +++ b/commands/tcpd/Makefile @@ -2,4 +2,4 @@ PROG= tcpd CPPFLAGS+= -DPARANOID=0 MAN= -.include +.include diff --git a/commands/tcpdp/Makefile b/commands/tcpdp/Makefile index 3146a335e..aa9f05f73 100644 --- a/commands/tcpdp/Makefile +++ b/commands/tcpdp/Makefile @@ -1,4 +1,4 @@ -.include +.include PROG= tcpdp SRCS= tcpd.c @@ -7,4 +7,4 @@ MAN= .PATH: ${MINIXSRCDIR}/commands/tcpd -.include +.include diff --git a/commands/tcpstat/Makefile b/commands/tcpstat/Makefile index c21751eaa..47dbc14bb 100644 --- a/commands/tcpstat/Makefile +++ b/commands/tcpstat/Makefile @@ -2,4 +2,4 @@ PROG= tcpstat CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/tee/Makefile b/commands/tee/Makefile index a3e01556b..494913542 100644 --- a/commands/tee/Makefile +++ b/commands/tee/Makefile @@ -1,4 +1,4 @@ PROG= tee MAN= -.include +.include diff --git a/commands/telnet/Makefile b/commands/telnet/Makefile index 38d93c70e..c93dca90c 100644 --- a/commands/telnet/Makefile +++ b/commands/telnet/Makefile @@ -4,4 +4,4 @@ PROG= ttn SRCS= ttn.c ttn_conf.c MAN= -.include +.include diff --git a/commands/telnetd/Makefile b/commands/telnetd/Makefile index 310451a8b..88168ab6c 100644 --- a/commands/telnetd/Makefile +++ b/commands/telnetd/Makefile @@ -7,4 +7,4 @@ PROG= in.telnetd SRCS= main.c telnet.c term.c pty.c wtmp.c MAN= -.include +.include diff --git a/commands/term/Makefile b/commands/term/Makefile index fa668ff7a..126f7b2c7 100644 --- a/commands/term/Makefile +++ b/commands/term/Makefile @@ -3,4 +3,4 @@ BINGRP= uucp BINMODE= 2755 MAN= -.include +.include diff --git a/commands/termcap/Makefile b/commands/termcap/Makefile index acaa95f69..285150307 100644 --- a/commands/termcap/Makefile +++ b/commands/termcap/Makefile @@ -1,4 +1,4 @@ PROG= termcap MAN= -.include +.include diff --git a/commands/tget/Makefile b/commands/tget/Makefile index a7dd19b4d..bb4e5def5 100644 --- a/commands/tget/Makefile +++ b/commands/tget/Makefile @@ -1,4 +1,4 @@ PROG= tget MAN= -.include +.include diff --git a/commands/time/Makefile b/commands/time/Makefile index 366d7e878..34f79b863 100644 --- a/commands/time/Makefile +++ b/commands/time/Makefile @@ -1,4 +1,4 @@ PROG= time MAN= -.include +.include diff --git a/commands/tinyhalt/Makefile b/commands/tinyhalt/Makefile index 0db22c4ce..dc9daffcb 100644 --- a/commands/tinyhalt/Makefile +++ b/commands/tinyhalt/Makefile @@ -1,6 +1,6 @@ # Makefile for tinyhalt -.include +.include PROG= halt SRCS= tinyhalt.c @@ -9,4 +9,4 @@ BINMODE= 744 LINKS+= ${BINDIR}/halt ${BINDIR}/reboot MAN= -.include +.include diff --git a/commands/top/Makefile b/commands/top/Makefile index 1c3dfc815..a4d75ea35 100644 --- a/commands/top/Makefile +++ b/commands/top/Makefile @@ -6,4 +6,4 @@ MAN= DPADD+= ${LIBCURSES} LDADD+= -lcurses -.include +.include diff --git a/commands/touch/Makefile b/commands/touch/Makefile index c641ea2d8..29eb115f8 100644 --- a/commands/touch/Makefile +++ b/commands/touch/Makefile @@ -3,4 +3,4 @@ PROG= touch -.include +.include diff --git a/commands/tr/Makefile b/commands/tr/Makefile index 784afc309..517d67ef3 100644 --- a/commands/tr/Makefile +++ b/commands/tr/Makefile @@ -2,4 +2,4 @@ PROG= tr SRCS= tr.c str.c MAN= -.include +.include diff --git a/commands/truncate/Makefile b/commands/truncate/Makefile index 5529a97dc..a634f293c 100644 --- a/commands/truncate/Makefile +++ b/commands/truncate/Makefile @@ -1,4 +1,4 @@ PROG= truncate MAN= -.include +.include diff --git a/commands/tsort/Makefile b/commands/tsort/Makefile index 861bc368a..4a438ab72 100644 --- a/commands/tsort/Makefile +++ b/commands/tsort/Makefile @@ -1,4 +1,4 @@ PROG= tsort MAN= -.include +.include diff --git a/commands/ttt/Makefile b/commands/ttt/Makefile index 63c463c3d..241c32ec8 100644 --- a/commands/ttt/Makefile +++ b/commands/ttt/Makefile @@ -1,4 +1,4 @@ PROG= ttt MAN= -.include +.include diff --git a/commands/tty/Makefile b/commands/tty/Makefile index 165e296a6..1ff6ef0e8 100644 --- a/commands/tty/Makefile +++ b/commands/tty/Makefile @@ -1,4 +1,4 @@ PROG= tty MAN= -.include +.include diff --git a/commands/udpstat/Makefile b/commands/udpstat/Makefile index 1738ca3ac..20e6b7920 100644 --- a/commands/udpstat/Makefile +++ b/commands/udpstat/Makefile @@ -2,4 +2,4 @@ PROG= udpstat CPPFLAGS+= -I${MINIXSRCDIR}/servers MAN= -.include +.include diff --git a/commands/umount/Makefile b/commands/umount/Makefile index 61e13d103..1f03c5a83 100644 --- a/commands/umount/Makefile +++ b/commands/umount/Makefile @@ -3,4 +3,4 @@ BINDIR= /bin BINMODE= 4755 MAN= -.include +.include diff --git a/commands/uname/Makefile b/commands/uname/Makefile index 2f82adc10..1f96ebae1 100644 --- a/commands/uname/Makefile +++ b/commands/uname/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/uname ${BINDIR}/arch -.include +.include diff --git a/commands/unexpand/Makefile b/commands/unexpand/Makefile index eb2a26f78..ef5cf3045 100644 --- a/commands/unexpand/Makefile +++ b/commands/unexpand/Makefile @@ -1,4 +1,4 @@ PROG= unexpand MAN= -.include +.include diff --git a/commands/uniq/Makefile b/commands/uniq/Makefile index b560bc694..25eeda7e2 100644 --- a/commands/uniq/Makefile +++ b/commands/uniq/Makefile @@ -1,4 +1,4 @@ PROG= uniq MAN= -.include +.include diff --git a/commands/unstack/Makefile b/commands/unstack/Makefile index d6130f1e2..13cbdce35 100644 --- a/commands/unstack/Makefile +++ b/commands/unstack/Makefile @@ -1,4 +1,4 @@ SCRIPTS= unstack.sh MAN= -.include +.include diff --git a/commands/update/Makefile b/commands/update/Makefile index b2f27d608..687504e04 100644 --- a/commands/update/Makefile +++ b/commands/update/Makefile @@ -1,4 +1,4 @@ PROG= update MAN= -.include +.include diff --git a/commands/urlget/Makefile b/commands/urlget/Makefile index d1a69bcd8..f0fabcffb 100644 --- a/commands/urlget/Makefile +++ b/commands/urlget/Makefile @@ -9,4 +9,4 @@ LINKS+= ${BINDIR}/urlget ${BINDIR}/httpget LINKS+= ${BINDIR}/urlget ${BINDIR}/ftpget MAN= -.include +.include diff --git a/commands/uud/Makefile b/commands/uud/Makefile index 4a6fd7d79..793da4233 100644 --- a/commands/uud/Makefile +++ b/commands/uud/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/uud ${BINDIR}/uudecode -.include +.include diff --git a/commands/uue/Makefile b/commands/uue/Makefile index bfaeddc78..0a08f937c 100644 --- a/commands/uue/Makefile +++ b/commands/uue/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/uue ${BINDIR}/uuencode -.include +.include diff --git a/commands/version/Makefile b/commands/version/Makefile index a9c0c4bae..1ba3219b6 100644 --- a/commands/version/Makefile +++ b/commands/version/Makefile @@ -1,4 +1,4 @@ SCRIPTS= version.sh MAN= -.include +.include diff --git a/commands/vol/Makefile b/commands/vol/Makefile index 81616a30f..3ff08af79 100644 --- a/commands/vol/Makefile +++ b/commands/vol/Makefile @@ -1,4 +1,4 @@ PROG= vol MAN= -.include +.include diff --git a/commands/wc/Makefile b/commands/wc/Makefile index 4a6b22683..9fba7b91f 100644 --- a/commands/wc/Makefile +++ b/commands/wc/Makefile @@ -1,4 +1,4 @@ PROG= wc MAN= -.include +.include diff --git a/commands/whatis/Makefile b/commands/whatis/Makefile index f01bac7fe..f3b191766 100644 --- a/commands/whatis/Makefile +++ b/commands/whatis/Makefile @@ -3,4 +3,4 @@ MAN= LINKS+= ${BINDIR}/whatis ${BINDIR}/apropos -.include +.include diff --git a/commands/whereis/Makefile b/commands/whereis/Makefile index 744b2abc8..3b7bd9539 100644 --- a/commands/whereis/Makefile +++ b/commands/whereis/Makefile @@ -1,4 +1,4 @@ SCRIPTS= whereis.sh MAN= -.include +.include diff --git a/commands/which/Makefile b/commands/which/Makefile index fb269d0d9..97778e66a 100644 --- a/commands/which/Makefile +++ b/commands/which/Makefile @@ -1,4 +1,4 @@ PROG= which MAN= -.include +.include diff --git a/commands/who/Makefile b/commands/who/Makefile index f4e6363fd..34b50e4ad 100644 --- a/commands/who/Makefile +++ b/commands/who/Makefile @@ -1,4 +1,4 @@ PROG= who MAN= -.include +.include diff --git a/commands/whoami/Makefile b/commands/whoami/Makefile index afc37c837..a53e128ee 100644 --- a/commands/whoami/Makefile +++ b/commands/whoami/Makefile @@ -1,4 +1,4 @@ PROG= whoami MAN= -.include +.include diff --git a/commands/write/Makefile b/commands/write/Makefile index c0dbac142..e1e0e19bd 100644 --- a/commands/write/Makefile +++ b/commands/write/Makefile @@ -3,4 +3,4 @@ BINGRP= tty BINMODE= 2755 MAN= -.include +.include diff --git a/commands/writeisofs/Makefile b/commands/writeisofs/Makefile index b5bc18fa5..001a6a161 100644 --- a/commands/writeisofs/Makefile +++ b/commands/writeisofs/Makefile @@ -1,4 +1,4 @@ PROG= writeisofs MAN= -.include +.include diff --git a/commands/xargs/Makefile b/commands/xargs/Makefile index 1d9e69072..8578e0f74 100644 --- a/commands/xargs/Makefile +++ b/commands/xargs/Makefile @@ -1,4 +1,4 @@ PROG= xargs MAN= -.include +.include diff --git a/commands/yacc/Makefile b/commands/yacc/Makefile index 72617494a..417511a7f 100644 --- a/commands/yacc/Makefile +++ b/commands/yacc/Makefile @@ -4,4 +4,4 @@ PROG= yacc SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ skeleton.c symtab.c verbose.c warshall.c -.include +.include diff --git a/commands/yap/Makefile b/commands/yap/Makefile index 20ee5e8d1..7f807f4a6 100644 --- a/commands/yap/Makefile +++ b/commands/yap/Makefile @@ -12,4 +12,4 @@ CPPFLAGS+= -wa LINKS+= ${BINDIR}/yap ${BINDIR}/more MAN= -.include +.include diff --git a/commands/yes/Makefile b/commands/yes/Makefile index 2a958fa13..c1c7115c8 100644 --- a/commands/yes/Makefile +++ b/commands/yes/Makefile @@ -1,4 +1,4 @@ PROG= yes MAN= -.include +.include diff --git a/commands/zdump/Makefile b/commands/zdump/Makefile index 462b7a92b..831b767e5 100644 --- a/commands/zdump/Makefile +++ b/commands/zdump/Makefile @@ -1,4 +1,4 @@ -.include +.include PROG= zdump SRCS= zdump.c ialloc.c @@ -8,4 +8,4 @@ MAN= zdump.8 .PATH: ${MINIXSRCDIR}/lib/libc/stdtime -.include +.include diff --git a/commands/zic/Makefile b/commands/zic/Makefile index eb2093847..6ed47b24c 100644 --- a/commands/zic/Makefile +++ b/commands/zic/Makefile @@ -1,4 +1,4 @@ -.include +.include PROG= zic SRCS= zic.c scheck.c ialloc.c @@ -8,4 +8,4 @@ MAN= zic.8 .PATH: ${MINIXSRCDIR}/lib/libc/stdtime -.include +.include diff --git a/commands/zmodem/Makefile b/commands/zmodem/Makefile index 92f6f6421..35dd33a6c 100644 --- a/commands/zmodem/Makefile +++ b/commands/zmodem/Makefile @@ -5,4 +5,4 @@ CPPFLAGS+= -DPOSIX MAN.rz= MAN.sz= -.include +.include diff --git a/drivers/Makefile b/drivers/Makefile index 7b515fe9a..4ad8de2a3 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -1,7 +1,7 @@ # Makefile for all device drivers. # -.include +.include # memory driver must be last for ramdisk image SUBDIR= amddev atl2 at_wini audio bios_wini dec21140A dp8390 dpeth \ @@ -12,4 +12,4 @@ SUBDIR= amddev atl2 at_wini audio bios_wini dec21140A dp8390 dpeth \ # memory driver must be last for ramdisk image IMAGE_SUBDIR= at_wini bios_wini floppy log tty pci .WAIT ramdisk .WAIT memory -.include +.include diff --git a/drivers/amddev/Makefile b/drivers/amddev/Makefile index bcb972ef7..437140528 100644 --- a/drivers/amddev/Makefile +++ b/drivers/amddev/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/at_wini/Makefile b/drivers/at_wini/Makefile index e7a0e64b8..88aa5540d 100644 --- a/drivers/at_wini/Makefile +++ b/drivers/at_wini/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /sbin -.include +.include diff --git a/drivers/atl2/Makefile b/drivers/atl2/Makefile index 48f41908d..46ce34a40 100644 --- a/drivers/atl2/Makefile +++ b/drivers/atl2/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/audio/Makefile b/drivers/audio/Makefile index 2b765b0c6..77114cd87 100644 --- a/drivers/audio/Makefile +++ b/drivers/audio/Makefile @@ -1,7 +1,7 @@ # Makefile for all audio drivers. -.include +.include SUBDIR= common .WAIT es1370 es1371 sb16 -.include +.include diff --git a/drivers/audio/Makefile.inc b/drivers/audio/Makefile.inc index 8e2d82c1b..2da843909 100644 --- a/drivers/audio/Makefile.inc +++ b/drivers/audio/Makefile.inc @@ -1,4 +1,4 @@ -.include +.include LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR} CPPFLAGS+=-I${.CURDIR}/../common diff --git a/drivers/audio/common/Makefile b/drivers/audio/common/Makefile index 7e3f2e779..cc3471028 100644 --- a/drivers/audio/common/Makefile +++ b/drivers/audio/common/Makefile @@ -5,4 +5,4 @@ LIBISPRIVATE= yes LIB= common SRCS= audio_fw.c liveupdate.c -.include +.include diff --git a/drivers/audio/es1370/Makefile b/drivers/audio/es1370/Makefile index bf335820f..46136bcdd 100644 --- a/drivers/audio/es1370/Makefile +++ b/drivers/audio/es1370/Makefile @@ -8,4 +8,4 @@ LIBS += -ldriver BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/audio/es1371/Makefile b/drivers/audio/es1371/Makefile index 4e7016127..6f4c6f854 100644 --- a/drivers/audio/es1371/Makefile +++ b/drivers/audio/es1371/Makefile @@ -6,4 +6,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/audio/sb16/Makefile b/drivers/audio/sb16/Makefile index 415375223..cbec2d57c 100644 --- a/drivers/audio/sb16/Makefile +++ b/drivers/audio/sb16/Makefile @@ -6,4 +6,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/bios_wini/Makefile b/drivers/bios_wini/Makefile index 2e584ad2e..35f1b01de 100644 --- a/drivers/bios_wini/Makefile +++ b/drivers/bios_wini/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /sbin -.include +.include diff --git a/drivers/dec21140A/Makefile b/drivers/dec21140A/Makefile index 75824a41e..d86b181ab 100644 --- a/drivers/dec21140A/Makefile +++ b/drivers/dec21140A/Makefile @@ -14,4 +14,4 @@ BINDIR?= /usr/sbin debug= 0 CPPFLAGS+= -Ddebug=${debug} -ws -w -Wall -.include +.include diff --git a/drivers/dp8390/Makefile b/drivers/dp8390/Makefile index c2a2c075d..2cbd1fedf 100644 --- a/drivers/dp8390/Makefile +++ b/drivers/dp8390/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/dpeth/Makefile b/drivers/dpeth/Makefile index e6c07cb47..b82759d9e 100644 --- a/drivers/dpeth/Makefile +++ b/drivers/dpeth/Makefile @@ -14,4 +14,4 @@ BINDIR?= /usr/sbin debug= 0 CPPFLAGS+= -Ddebug=$(debug) -.include +.include diff --git a/drivers/e1000/Makefile b/drivers/e1000/Makefile index 7298b225f..4a035d10d 100644 --- a/drivers/e1000/Makefile +++ b/drivers/e1000/Makefile @@ -11,4 +11,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/filter/Makefile b/drivers/filter/Makefile index d419e4721..b9313be20 100644 --- a/drivers/filter/Makefile +++ b/drivers/filter/Makefile @@ -11,4 +11,4 @@ BINDIR?= /usr/sbin CPPFLAGS+= -DDEBUG=1 -DDEBUG2=0 -.include +.include diff --git a/drivers/floppy/Makefile b/drivers/floppy/Makefile index 9b9d5d87a..06f2baa27 100644 --- a/drivers/floppy/Makefile +++ b/drivers/floppy/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /sbin -.include +.include diff --git a/drivers/fxp/Makefile b/drivers/fxp/Makefile index d1f5f59ca..c91f1c51b 100644 --- a/drivers/fxp/Makefile +++ b/drivers/fxp/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/hello/Makefile b/drivers/hello/Makefile index e2fa502ab..52d4764fe 100644 --- a/drivers/hello/Makefile +++ b/drivers/hello/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/lance/Makefile b/drivers/lance/Makefile index d15557514..d09f8726c 100644 --- a/drivers/lance/Makefile +++ b/drivers/lance/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/log/Makefile b/drivers/log/Makefile index f9c8da9f9..1edda8c3e 100644 --- a/drivers/log/Makefile +++ b/drivers/log/Makefile @@ -10,4 +10,4 @@ MAN= BINDIR?= /sbin INSTALLFLAGS+= -S 32k -.include +.include diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile index bf776f900..78efeff19 100644 --- a/drivers/memory/Makefile +++ b/drivers/memory/Makefile @@ -1,5 +1,5 @@ # Makefile for memory driver (MEMORY) -.include +.include PROG= memory SRCS= memory.c imgrd.c @@ -15,4 +15,4 @@ INSTALLFLAGS+= -S 8k CPPFLAGS.memory.c+= -I${MINIXSRCDIR} CPPFLAGS.imgrd.c+= -I${.CURDIR}/../ramdisk -T /usr/tmp -.include +.include diff --git a/drivers/orinoco/Makefile b/drivers/orinoco/Makefile index 4db8d2dbc..4393ea20d 100644 --- a/drivers/orinoco/Makefile +++ b/drivers/orinoco/Makefile @@ -11,4 +11,4 @@ BINDIR?= /usr/sbin CPPFLAGS.orinoco.c+= -I${MINIXSRCDIR} -.include +.include diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 4e2c5b121..c2632070c 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/printer/Makefile b/drivers/printer/Makefile index 37abf14be..7b2c188c4 100644 --- a/drivers/printer/Makefile +++ b/drivers/printer/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/ramdisk/Makefile b/drivers/ramdisk/Makefile index 1232517a3..cfbba1d3f 100644 --- a/drivers/ramdisk/Makefile +++ b/drivers/ramdisk/Makefile @@ -106,4 +106,4 @@ passwd: ../../etc/passwd proto.gen: $(MAKEDEV) proto.sh proto sh -e proto.sh >proto.gen -.include +.include diff --git a/drivers/random/Makefile b/drivers/random/Makefile index 21fccde02..7cf406dbf 100644 --- a/drivers/random/Makefile +++ b/drivers/random/Makefile @@ -13,5 +13,5 @@ BINDIR?= /usr/sbin CPPFLAGS.random.c+= -I${MINIXSRCDIR} -.include +.include diff --git a/drivers/readclock/Makefile b/drivers/readclock/Makefile index 65f85dd9b..9a8c817f8 100644 --- a/drivers/readclock/Makefile +++ b/drivers/readclock/Makefile @@ -11,4 +11,4 @@ BINDIR?= /sbin CPPFLAGS+= -D_SYSTEM=1 -.include +.include diff --git a/drivers/rtl8139/Makefile b/drivers/rtl8139/Makefile index a5aeffbf7..3a5a6a34d 100644 --- a/drivers/rtl8139/Makefile +++ b/drivers/rtl8139/Makefile @@ -11,4 +11,4 @@ BINDIR?= /usr/sbin CPPFLAGS+= -I${MINIXSRCDIR} -.include +.include diff --git a/drivers/rtl8169/Makefile b/drivers/rtl8169/Makefile index 04051400e..25b01ff25 100644 --- a/drivers/rtl8169/Makefile +++ b/drivers/rtl8169/Makefile @@ -11,4 +11,4 @@ BINDIR?= /usr/sbin CPPFLAGS+= -I${MINIXSRCDIR} -.include +.include diff --git a/drivers/sb16/Makefile b/drivers/sb16/Makefile index ac1aac5b3..1c7aa1d10 100644 --- a/drivers/sb16/Makefile +++ b/drivers/sb16/Makefile @@ -1,7 +1,7 @@ # Makefile for the Sound Blaster 16 (SB16) driver -.include +.include SUBDIR= common .WAIT dsp mixer -.include +.include diff --git a/drivers/sb16/Makefile.inc b/drivers/sb16/Makefile.inc index 8e2d82c1b..2da843909 100644 --- a/drivers/sb16/Makefile.inc +++ b/drivers/sb16/Makefile.inc @@ -1,4 +1,4 @@ -.include +.include LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR} CPPFLAGS+=-I${.CURDIR}/../common diff --git a/drivers/sb16/common/Makefile b/drivers/sb16/common/Makefile index 8af3a809e..0dcdab18a 100644 --- a/drivers/sb16/common/Makefile +++ b/drivers/sb16/common/Makefile @@ -5,4 +5,4 @@ LIBISPRIVATE= yes LIB= common SRCS= sb16.c -.include +.include diff --git a/drivers/sb16/dsp/Makefile b/drivers/sb16/dsp/Makefile index 43e75c2ba..82393ac9c 100644 --- a/drivers/sb16/dsp/Makefile +++ b/drivers/sb16/dsp/Makefile @@ -6,4 +6,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/sb16/mixer/Makefile b/drivers/sb16/mixer/Makefile index 28edb53d4..1da7722a8 100644 --- a/drivers/sb16/mixer/Makefile +++ b/drivers/sb16/mixer/Makefile @@ -6,4 +6,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/ti1225/Makefile b/drivers/ti1225/Makefile index e95f48afd..55a57a621 100644 --- a/drivers/ti1225/Makefile +++ b/drivers/ti1225/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile index 3ca62ae3f..6e0b86af6 100644 --- a/drivers/tty/Makefile +++ b/drivers/tty/Makefile @@ -1,6 +1,6 @@ # Makefile for terminal driver (TTY) -.include +.include PROG= tty SRCS= tty.c console.c keyboard.c pty.c rs232.c @@ -18,5 +18,5 @@ SUBDIR= keymaps # Needs kernel/const.h, etc CPPFLAGS+= -I${MINIXSRCDIR} -.include -.include +.include +.include diff --git a/drivers/tty/keymaps/Makefile b/drivers/tty/keymaps/Makefile index 1aec39611..02e801646 100644 --- a/drivers/tty/keymaps/Makefile +++ b/drivers/tty/keymaps/Makefile @@ -1,6 +1,6 @@ # Generate binary keymaps. -.include +.include FILES= dvorak.map french.map german.map italian.map japanese.map \ latin-america.map olivetti.map polish.map russian-cp866.map \ @@ -10,4 +10,4 @@ FILES= dvorak.map french.map german.map italian.map japanese.map \ .include "Makefile.inc" -.include +.include diff --git a/etc/mk/minix.ack.mk b/etc/mk/bsd.ack.mk similarity index 100% rename from etc/mk/minix.ack.mk rename to etc/mk/bsd.ack.mk diff --git a/etc/mk/minix.dep.mk b/etc/mk/bsd.dep.mk similarity index 100% rename from etc/mk/minix.dep.mk rename to etc/mk/bsd.dep.mk diff --git a/etc/mk/minix.files.mk b/etc/mk/bsd.files.mk similarity index 98% rename from etc/mk/minix.files.mk rename to etc/mk/bsd.files.mk index f853b610d..c44c5d0a9 100644 --- a/etc/mk/minix.files.mk +++ b/etc/mk/bsd.files.mk @@ -3,7 +3,7 @@ .if !defined(_MINIX_FILES_MK_) _MINIX_FILES_MK_=1 -.include +.include .if !target(__fileinstall) ##### Basic targets @@ -155,7 +155,7 @@ cleanuudecodefiles: .PHONY .endif # } ##### Pull in related .mk logic -.include -#.include +.include +#.include .endif # !defined(_MINIX_FILES_MK_) diff --git a/etc/mk/minix.gcc.mk b/etc/mk/bsd.gcc.mk similarity index 100% rename from etc/mk/minix.gcc.mk rename to etc/mk/bsd.gcc.mk diff --git a/etc/mk/minix.inc.mk b/etc/mk/bsd.inc.mk similarity index 98% rename from etc/mk/minix.inc.mk rename to etc/mk/bsd.inc.mk index 817102311..58acf111c 100644 --- a/etc/mk/minix.inc.mk +++ b/etc/mk/bsd.inc.mk @@ -1,6 +1,6 @@ # $NetBSD: bsd.inc.mk,v 1.32 2006/03/16 18:43:34 jwise Exp $ -.include +.include ##### Basic targets includes: ${INCS} incinstall inclinkinstall diff --git a/etc/mk/minix.init.mk b/etc/mk/bsd.init.mk similarity index 53% rename from etc/mk/minix.init.mk rename to etc/mk/bsd.init.mk index 258388b60..23e1b032d 100644 --- a/etc/mk/minix.init.mk +++ b/etc/mk/bsd.init.mk @@ -1,13 +1,13 @@ # $NetBSD: bsd.init.mk,v 1.2 2003/07/28 02:38:33 lukem Exp $ -# includes Makefile.inc and ; this is used at the -# top of all files which actually "build something". +# includes Makefile.inc and ; this is used at the +# top of all files which actually "build something". .if !defined(_MINIX_INIT_MK_) _MINIX_INIT_MK_=1 .-include "${.CURDIR}/../Makefile.inc" -.include +.include .MAIN: all .endif # !defined(_MINIX_INIT_MK_) diff --git a/etc/mk/minix.kinc.mk b/etc/mk/bsd.kinc.mk similarity index 96% rename from etc/mk/minix.kinc.mk rename to etc/mk/bsd.kinc.mk index 08224df38..e69d31676 100644 --- a/etc/mk/minix.kinc.mk +++ b/etc/mk/bsd.kinc.mk @@ -17,7 +17,7 @@ # directories. # -.include +.include ##### Basic targets .PRECIOUS: ${DESTDIR}${INCSDIR} @@ -89,5 +89,5 @@ incinstall:: .endif ##### Pull in related .mk logic -.include -.include +.include +.include diff --git a/etc/mk/minix.klinks.mk b/etc/mk/bsd.klinks.mk similarity index 98% rename from etc/mk/minix.klinks.mk rename to etc/mk/bsd.klinks.mk index 2e3c5e7c0..b35c2de65 100644 --- a/etc/mk/minix.klinks.mk +++ b/etc/mk/bsd.klinks.mk @@ -1,7 +1,7 @@ # $NetBSD: bsd.klinks.mk,v 1.6 2009/11/27 13:50:29 pooka Exp $ # -.include +.include ##### Default values .if !defined(S) diff --git a/etc/mk/minix.lib.mk b/etc/mk/bsd.lib.mk similarity index 93% rename from etc/mk/minix.lib.mk rename to etc/mk/bsd.lib.mk index e24031ddc..c9c26a940 100644 --- a/etc/mk/minix.lib.mk +++ b/etc/mk/bsd.lib.mk @@ -1,10 +1,10 @@ # $NetBSD: bsd.lib.mk,v 1.299 2009/11/27 11:44:36 tsutsui Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 -.include +.include -# Pull in here so we can override its .c.o rule -.include +# Pull in here so we can override its .c.o rule +.include LIBISPRIVATE?= no @@ -150,13 +150,13 @@ ${DESTDIR}${LIBDIR}/lib${LIB}.a: lib${LIB}.a __archiveinstall LINKSOWN?= ${LIBOWN} LINKSGRP?= ${LIBGRP} LINKSMODE?= ${LIBMODE} -.include -.include -.include -.include +.include +.include +.include +.include .if ${COMPILER_TYPE} == "ack" -.include +.include .elif ${COMPILER_TYPE} == "gnu" -.include +.include .endif diff --git a/etc/mk/minix.links.mk b/etc/mk/bsd.links.mk similarity index 97% rename from etc/mk/minix.links.mk rename to etc/mk/bsd.links.mk index 4ff1c936f..067236d65 100644 --- a/etc/mk/minix.links.mk +++ b/etc/mk/bsd.links.mk @@ -1,6 +1,6 @@ # $NetBSD: bsd.links.mk,v 1.34 2009/04/10 16:16:12 apb Exp $ -.include +.include ##### Basic targets install: linksinstall @@ -93,4 +93,4 @@ configlinksinstall:: ${_t} .PRECIOUS: ${_t} .endfor -.include +.include diff --git a/etc/mk/minix.man.mk b/etc/mk/bsd.man.mk similarity index 98% rename from etc/mk/minix.man.mk rename to etc/mk/bsd.man.mk index df015fff1..402ce17bf 100644 --- a/etc/mk/minix.man.mk +++ b/etc/mk/bsd.man.mk @@ -1,7 +1,7 @@ # $NetBSD: bsd.man.mk,v 1.102 2009/10/23 23:12:10 joerg Exp $ # @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93 -.include +.include ##### Basic targets .PHONY: maninstall manpages manlinks @@ -281,8 +281,8 @@ cleanman: .PHONY # .endif ##### Pull in related .mk logic -.include -.include -.include +.include +.include +.include ${TARGETS} catinstall maninstall htmlinstall: # ensure existence diff --git a/etc/mk/minix.obj.mk b/etc/mk/bsd.obj.mk similarity index 98% rename from etc/mk/minix.obj.mk rename to etc/mk/bsd.obj.mk index 396906d57..2bc5d5a10 100644 --- a/etc/mk/minix.obj.mk +++ b/etc/mk/bsd.obj.mk @@ -3,7 +3,7 @@ .if !defined(_MINIX_OBJ_MK_) _MINIX_OBJ_MK_=1 -.include +.include __curdir:= ${.CURDIR} @@ -104,6 +104,6 @@ obj: print-objdir: @echo ${.OBJDIR} -.include +.include .endif # !defined(_MINIX_OBJ_MK_) diff --git a/etc/mk/minix.own.mk b/etc/mk/bsd.own.mk similarity index 100% rename from etc/mk/minix.own.mk rename to etc/mk/bsd.own.mk diff --git a/etc/mk/minix.prog.mk b/etc/mk/bsd.prog.mk similarity index 97% rename from etc/mk/minix.prog.mk rename to etc/mk/bsd.prog.mk index eaef1f23c..407179193 100644 --- a/etc/mk/minix.prog.mk +++ b/etc/mk/bsd.prog.mk @@ -3,7 +3,7 @@ .ifndef HOSTPROG -.include +.include # # Definitions and targets shared among all programs built by a single @@ -352,17 +352,17 @@ scriptsinstall:: LINKSOWN?= ${BINOWN} LINKSGRP?= ${BINGRP} LINKSMODE?= ${BINMODE} -.include -.include -.include -.include -.include -.include +.include +.include +.include +.include +.include +.include .if ${COMPILER_TYPE} == "ack" -.include +.include .elif ${COMPILER_TYPE} == "gnu" -.include +.include .endif diff --git a/etc/mk/minix.subdir.mk b/etc/mk/bsd.subdir.mk similarity index 97% rename from etc/mk/minix.subdir.mk rename to etc/mk/bsd.subdir.mk index a4957b9f1..56311af72 100644 --- a/etc/mk/minix.subdir.mk +++ b/etc/mk/bsd.subdir.mk @@ -1,7 +1,7 @@ # $NetBSD: bsd.subdir.mk,v 1.50 2009/11/29 16:00:00 uebayasi Exp $ # @(#)bsd.subdir.mk 8.1 (Berkeley) 6/8/93 -.include +.include # MINIX: cleandepend works for SUBDIRs TARGETS+= cleandepend diff --git a/etc/mk/minix.sys.mk b/etc/mk/bsd.sys.mk similarity index 100% rename from etc/mk/minix.sys.mk rename to etc/mk/bsd.sys.mk diff --git a/include/Makefile b/include/Makefile index 782ded77e..5bbf34020 100644 --- a/include/Makefile +++ b/include/Makefile @@ -39,11 +39,11 @@ INCS+= net/gen/arp_io.h net/gen/dhcp.h net/gen/ether.h \ net/gen/vjhc.h INCS+= netinet/if_ether.h netinet/in.h netinet/tcp.h -.include +.include INCSDIR= /usr/include SUBDIR= sys arch -.include -.include +.include +.include diff --git a/include/arch/Makefile b/include/arch/Makefile index 0dd0ef5b7..9668ddb76 100644 --- a/include/arch/Makefile +++ b/include/arch/Makefile @@ -1,7 +1,7 @@ -.include +.include SUBDIR= ${ARCH} INCSYMLINKS= ${MACHINE} /usr/include/machine -.include +.include diff --git a/include/arch/i386/Makefile b/include/arch/i386/Makefile index dacd0bfaa..e6a3ef52d 100644 --- a/include/arch/i386/Makefile +++ b/include/arch/i386/Makefile @@ -4,4 +4,4 @@ INCS= archtypes.h bios.h cmos.h cpu.h diskparm.h fpu.h int86.h \ interrupt.h mcontext.h memory.h partition.h pci.h ports.h \ stackframe.h vm.h -.include +.include diff --git a/include/sys/Makefile b/include/sys/Makefile index d06942eaa..6cc8f8bb2 100644 --- a/include/sys/Makefile +++ b/include/sys/Makefile @@ -1,4 +1,4 @@ -.include +.include INCSDIR= /usr/include/sys @@ -11,4 +11,4 @@ INCS= asynchio.h dir.h file.h ioc_cmos.h ioc_disk.h \ time.h times.h types.h ucontext.h uio.h un.h utsname.h video.h vm.h \ wait.h cdefs.h -.include +.include diff --git a/kernel/Makefile b/kernel/Makefile index d2e2e0d58..61a87376c 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -1,5 +1,5 @@ # Makefile for kernel -.include +.include PROG= kernel @@ -31,7 +31,7 @@ MAN= .include "system/Makefile.inc" .include "arch/${ARCH}/Makefile.inc" -.include +.include debug.d: extracted-errno.h extracted-mfield.h extracted-mtype.h diff --git a/kernel/arch/i386/Makefile.inc b/kernel/arch/i386/Makefile.inc index e40cde29f..620c3e879 100644 --- a/kernel/arch/i386/Makefile.inc +++ b/kernel/arch/i386/Makefile.inc @@ -1,5 +1,5 @@ # Makefile for arch-dependent kernel code -.include +.include .PATH: ${.CURDIR}/arch/${ARCH} SRCS+= arch_do_vmctl.c \ diff --git a/kernel/system/Makefile.inc b/kernel/system/Makefile.inc index 8c1cb6887..202bfab07 100644 --- a/kernel/system/Makefile.inc +++ b/kernel/system/Makefile.inc @@ -1,5 +1,5 @@ # Makefile for system library implementation -.include +.include .PATH: ${.CURDIR}/system SRCS+= \ diff --git a/lib/Makefile b/lib/Makefile index c45fccf70..5f7ad6681 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -.include +.include SUBDIR= csu libc libcurses libdriver libnetdriver libend libedit libm libsys \ libtimers libutil libbz2 libl libhgfs libz @@ -7,7 +7,7 @@ SUBDIR= csu libc libcurses libdriver libnetdriver libend libedit libm libsys \ SUBDIR+= ack/libd ack/libe ack/libfp ack/liby .endif -.include +.include build_ack: sh ack_build.sh obj depend all install diff --git a/lib/ack/libd/Makefile b/lib/ack/libd/Makefile index 5777203cd..fda5d3d1e 100644 --- a/lib/ack/libd/Makefile +++ b/lib/ack/libd/Makefile @@ -14,4 +14,4 @@ LIB= d SRCS= fphook.c -.include +.include diff --git a/lib/ack/libe/Makefile b/lib/ack/libe/Makefile index a79e19ad3..c849efdc7 100644 --- a/lib/ack/libe/Makefile +++ b/lib/ack/libe/Makefile @@ -1,6 +1,6 @@ # Makefile for libe -.include +.include LIB= e @@ -9,4 +9,4 @@ AFLAGS+=-Was-ack .include "${.CURDIR}/arch/${ARCH}/em/Makefile.inc" .include "${.CURDIR}/arch/${ARCH}/head/Makefile.inc" -.include +.include diff --git a/lib/ack/libe/Makefile.inc b/lib/ack/libe/Makefile.inc index 7729eaacb..4df075ad9 100644 --- a/lib/ack/libe/Makefile.inc +++ b/lib/ack/libe/Makefile.inc @@ -1 +1 @@ -.include +.include diff --git a/lib/ack/libfp/Makefile b/lib/ack/libfp/Makefile index d55950c8e..3808f4eea 100644 --- a/lib/ack/libfp/Makefile +++ b/lib/ack/libfp/Makefile @@ -53,4 +53,4 @@ SRCS= \ zrf8.fc \ zrf_ext.fc -.include +.include diff --git a/lib/ack/liby/Makefile b/lib/ack/liby/Makefile index 50503383e..2f42f61c5 100644 --- a/lib/ack/liby/Makefile +++ b/lib/ack/liby/Makefile @@ -6,4 +6,4 @@ SRCS= \ main.c \ yyerror.c -.include +.include diff --git a/lib/csu/Makefile b/lib/csu/Makefile index b6abdb223..78c737fb3 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,4 +1,4 @@ -.include +.include .PATH: ${.CURDIR}/${ARCH} @@ -11,4 +11,4 @@ FILES=${OBJS} FILESDIR=${LIBDIR} CLEANFILES=${OBJS} -.include +.include diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile index 5673753e1..183e9821d 100644 --- a/lib/libbz2/Makefile +++ b/lib/libbz2/Makefile @@ -1,4 +1,4 @@ -.include +.include LIB= bz2 BZ2DIR= ${MINIXSRCDIR}/commands/bzip2 @@ -10,4 +10,4 @@ CPPFLAGS+= -I ${BZ2DIR} INCS= bzlib.h INCSDIR= /usr/include -.include +.include diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 5590fbc1f..b83662dda 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -32,4 +32,4 @@ LIB= c .include "${.CURDIR}/gnu/arch/${ARCH}/rts/Makefile.inc" .endif -.include +.include diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 7729eaacb..4df075ad9 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1 +1 @@ -.include +.include diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 0bd8367a2..f2f945b3d 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -42,4 +42,4 @@ SRCS= \ winsertln.c \ wintouch.c -.include +.include diff --git a/lib/libdriver/Makefile b/lib/libdriver/Makefile index 86c269bca..3f2a1c7cb 100644 --- a/lib/libdriver/Makefile +++ b/lib/libdriver/Makefile @@ -4,4 +4,4 @@ LIB= driver SRCS= driver.c drvlib.c mq.c -.include +.include diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index d069392b6..b3bef76cf 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -24,4 +24,4 @@ CPPFLAGS+=-DANSI_ARROWS -DHAVE_STDLIB -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT \ SRCS= editline.c complete.c sysunix.c -.include +.include diff --git a/lib/libend/Makefile b/lib/libend/Makefile index 632d3a4ae..35d9bc999 100644 --- a/lib/libend/Makefile +++ b/lib/libend/Makefile @@ -14,4 +14,4 @@ SRCS= \ .include "${.CURDIR}/gnu/Makefile.inc" .endif -.include +.include diff --git a/lib/libend/Makefile.inc b/lib/libend/Makefile.inc index 7729eaacb..4df075ad9 100644 --- a/lib/libend/Makefile.inc +++ b/lib/libend/Makefile.inc @@ -1 +1 @@ -.include +.include diff --git a/lib/libhgfs/Makefile b/lib/libhgfs/Makefile index 07c52d7a4..da2ded5d3 100644 --- a/lib/libhgfs/Makefile +++ b/lib/libhgfs/Makefile @@ -4,4 +4,4 @@ LIB= hgfs SRCS= backdoor.S attr.c channel.c dir.c error.c file.c \ link.c misc.c path.c rpc.c time.c -.include +.include diff --git a/lib/libl/Makefile b/lib/libl/Makefile index 432850f0e..e7f52363f 100644 --- a/lib/libl/Makefile +++ b/lib/libl/Makefile @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.13 2006/09/11 22:24:09 dbj Exp $ -.include +.include LIB= l SRCS= libmain.c libyywrap.c @@ -9,4 +9,4 @@ LINKS= ${LIBDIR}/libl.a ${LIBDIR}/libfl.a .PATH: ${MINIXSRCDIR}/commands/lex -.include +.include diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 84c94a367..4becb6e28 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -6,4 +6,4 @@ LIB= m SRCS= dummy.c -.include +.include diff --git a/lib/libnetdriver/Makefile b/lib/libnetdriver/Makefile index a1dbf4518..a8e5d7ecd 100644 --- a/lib/libnetdriver/Makefile +++ b/lib/libnetdriver/Makefile @@ -4,4 +4,4 @@ LIB= netdriver SRCS= netdriver.c -.include +.include diff --git a/lib/libsys/Makefile b/lib/libsys/Makefile index 11207c132..c228fcf77 100644 --- a/lib/libsys/Makefile +++ b/lib/libsys/Makefile @@ -119,4 +119,4 @@ SRCS= \ profile.c \ vprintf.c -.include +.include diff --git a/lib/libtimers/Makefile b/lib/libtimers/Makefile index 5fee62830..f023ec9ab 100644 --- a/lib/libtimers/Makefile +++ b/lib/libtimers/Makefile @@ -7,4 +7,4 @@ SRCS= \ tmrs_clr.c \ tmrs_exp.c -.include +.include diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 49d77f3bc..16de226cd 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -4,4 +4,4 @@ LIB= util SRCS= openpty.c sha2.c efun.c -.include +.include diff --git a/lib/libz/Makefile b/lib/libz/Makefile index 932a16e10..0815ea22e 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -10,4 +10,4 @@ INCS= zconf.h zlib.h CPPFLAGS += -DNO_VIZ=1 -.include +.include diff --git a/man/Makefile b/man/Makefile index 6b42eefef..bfe5d77fa 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,4 +1,4 @@ -.include +.include SUBDIR= man1 man1x man2 man3 man4 man5 man6 man7 man8 man9 @@ -15,5 +15,5 @@ makedb: # makedb: # .endif -.include -.include +.include +.include diff --git a/man/man1/Makefile b/man/man1/Makefile index 5fcf1dfaa..736c8be34 100644 --- a/man/man1/Makefile +++ b/man/man1/Makefile @@ -25,5 +25,5 @@ MAN= acd.1 anm.1 ar.1 ash.1 asize.1 at.1 banner.1 basename.1 \ urlget.1 uud.1 uue.1 vol.1 wc.1 whatis.1 whereis.1 which.1 \ who.1 whoami.1 write.1 xargs.1 yap.1 yes.1 -.include -.include +.include +.include diff --git a/man/man1x/Makefile b/man/man1x/Makefile index 534bdfc4b..9091be625 100644 --- a/man/man1x/Makefile +++ b/man/man1x/Makefile @@ -1,5 +1,5 @@ MAN= as.1x awk.1x de.1x dis88.1x elle.1x elvis.1x kermit.1x \ m4.1x macros.1x mined.1x -.include -.include +.include +.include diff --git a/man/man2/Makefile b/man/man2/Makefile index fccaacbc8..47eec1ff6 100644 --- a/man/man2/Makefile +++ b/man/man2/Makefile @@ -9,5 +9,5 @@ MAN= access.2 alarm.2 brk.2 chdir.2 chmod.2 chown.2 chroot.2 \ times.2 truncate.2 umask.2 uname.2 unlink.2 utime.2 \ wait.2 write.2 -.include -.include +.include +.include diff --git a/man/man3/Makefile b/man/man3/Makefile index db92e7057..2c9ac6b7b 100644 --- a/man/man3/Makefile +++ b/man/man3/Makefile @@ -14,5 +14,5 @@ MAN= abort.3 abs.3 assert.3 atof.3 bstring.3 configfile.3 \ stdio.3 string.3 strtol.3 syslog.3 system.3 termcap.3 \ termios.3 time2posix.3 ttyname.3 ttyslot.3 ungetc.3 -.include -.include +.include +.include diff --git a/man/man4/Makefile b/man/man4/Makefile index 5bf17b550..7f7588d9f 100644 --- a/man/man4/Makefile +++ b/man/man4/Makefile @@ -1,4 +1,4 @@ MAN= console.4 controller.4 dev.4 fd.4 ip.4 lp.4 mtio.4 tty.4 -.include -.include +.include +.include diff --git a/man/man5/Makefile b/man/man5/Makefile index 099ca21f2..87985b0c4 100644 --- a/man/man5/Makefile +++ b/man/man5/Makefile @@ -4,5 +4,5 @@ MAN= configfile.5 crontab.5 dhcp.conf.5 dir.5 ethers.5 \ syslog.conf.5 termcap.5 ttytab.5 TZ.5 tzfile.5 utmp.5 \ whatis.5 -.include -.include +.include +.include diff --git a/man/man6/Makefile b/man/man6/Makefile index e79941a96..3902935e8 100644 --- a/man/man6/Makefile +++ b/man/man6/Makefile @@ -1,4 +1,4 @@ MAN= advent.6 ttt.6 -.include -.include +.include +.include diff --git a/man/man7/Makefile b/man/man7/Makefile index 01aeae7e7..8c5e3ddee 100644 --- a/man/man7/Makefile +++ b/man/man7/Makefile @@ -6,5 +6,5 @@ MAN= ACK.7 ascii.7 environ.7 hier.7 man.7 oss_atiaudio.7 \ oss_sbpci.7 oss_sbxfi.7 oss_solo.7 oss_trident.7 \ oss_via823x.7 oss_via97.7 oss_ymf7xx.7 re_format.7 -.include -.include +.include +.include diff --git a/man/man8/Makefile b/man/man8/Makefile index 0664ab855..a7e955753 100644 --- a/man/man8/Makefile +++ b/man/man8/Makefile @@ -11,5 +11,5 @@ MAN= add_route.8 adduser.8 backup.8 badblocks.8 boot.8 \ setup.8 shutdown.8 slip.8 srccrc.8 sync.8 syslogd.8 tcpd.8 \ update.8 usage.8 vmixctl.8 -.include -.include +.include +.include diff --git a/man/man9/Makefile b/man/man9/Makefile index b4cfdf09e..da000493c 100644 --- a/man/man9/Makefile +++ b/man/man9/Makefile @@ -1,4 +1,4 @@ MAN= macros.9 -.include -.include +.include +.include diff --git a/servers/Makefile b/servers/Makefile index 3efb92e36..4152e2a1f 100644 --- a/servers/Makefile +++ b/servers/Makefile @@ -1,10 +1,10 @@ # Makefile for all system servers. # -.include +.include SUBDIR= ds hgfs inet init ipc is iso9660fs mfs pfs pm rs sched vfs vm IMAGE_SUBDIR= ds init mfs pfs pm rs sched vfs vm -.include +.include diff --git a/servers/ds/Makefile b/servers/ds/Makefile index aa8b54dbc..fde1c87cb 100644 --- a/servers/ds/Makefile +++ b/servers/ds/Makefile @@ -10,4 +10,4 @@ MAN= BINDIR?= /usr/sbin INSTALLFLAGS+= -S 16k -.include +.include diff --git a/servers/hgfs/Makefile b/servers/hgfs/Makefile index f8c75f6e2..11036e7f8 100644 --- a/servers/hgfs/Makefile +++ b/servers/hgfs/Makefile @@ -11,4 +11,4 @@ MAN= BINDIR?= /sbin -.include +.include diff --git a/servers/inet/Makefile b/servers/inet/Makefile index 3481cecd1..974c024f3 100644 --- a/servers/inet/Makefile +++ b/servers/inet/Makefile @@ -21,4 +21,4 @@ BINDIR?= /usr/sbin CPPFLAGS+= -I${.CURDIR} -D_MINIX -.include +.include diff --git a/servers/init/Makefile b/servers/init/Makefile index 7f4a4dd78..823b16fc6 100644 --- a/servers/init/Makefile +++ b/servers/init/Makefile @@ -10,4 +10,4 @@ MAN= BINDIR?= /usr/sbin INSTALLFLAGS+= -S 64k -.include +.include diff --git a/servers/ipc/Makefile b/servers/ipc/Makefile index e98a9fbbd..5d470e897 100644 --- a/servers/ipc/Makefile +++ b/servers/ipc/Makefile @@ -9,4 +9,4 @@ MAN= BINDIR?= /usr/sbin -.include +.include diff --git a/servers/is/Makefile b/servers/is/Makefile index ee9a1ed89..c7fffb4d3 100644 --- a/servers/is/Makefile +++ b/servers/is/Makefile @@ -13,4 +13,4 @@ CPPFLAGS.dmp_kernel.c+= -I${MINIXSRCDIR} CPPFLAGS.dmp_rs.c+= -I${MINIXSRCDIR} CPPFLAGS.dmp_vm.c+= -I${MINIXSRCDIR} -.include +.include diff --git a/servers/iso9660fs/Makefile b/servers/iso9660fs/Makefile index c776b6675..9be9225ea 100644 --- a/servers/iso9660fs/Makefile +++ b/servers/iso9660fs/Makefile @@ -13,4 +13,4 @@ BINDIR?= /sbin NR_BUFS= 100 CPPFLAGS+= -DNR_BUFS=${NR_BUFS} -.include +.include diff --git a/servers/mfs/Makefile b/servers/mfs/Makefile index 1addd202b..37846138f 100644 --- a/servers/mfs/Makefile +++ b/servers/mfs/Makefile @@ -16,4 +16,4 @@ INSTALLFLAGS+= -S 128k DEFAULT_NR_BUFS= 1024 CPPFLAGS+= -DDEFAULT_NR_BUFS=${DEFAULT_NR_BUFS} -.include +.include diff --git a/servers/pfs/Makefile b/servers/pfs/Makefile index a5129e310..9e84d3929 100644 --- a/servers/pfs/Makefile +++ b/servers/pfs/Makefile @@ -11,4 +11,4 @@ MAN= BINDIR?= /usr/sbin INSTALLFLAGS+= -S 128k -.include +.include diff --git a/servers/pm/Makefile b/servers/pm/Makefile index 8f1eb5970..ef0f950ac 100644 --- a/servers/pm/Makefile +++ b/servers/pm/Makefile @@ -17,4 +17,4 @@ CPPFLAGS.misc.c+= -I${MINIXSRCDIR} CPPFLAGS.schedule.c+= -I${MINIXSRCDIR} CPPFLAGS.utility.c+= -I${MINIXSRCDIR} -.include +.include diff --git a/servers/rs/Makefile b/servers/rs/Makefile index c3ab60372..c8b951a95 100644 --- a/servers/rs/Makefile +++ b/servers/rs/Makefile @@ -1,5 +1,5 @@ # Makefile for Reincarnation Server (RS) -.include +.include PROG= rs SRCS= exec.c main.c request.c manager.c table.c utility.c memory.c error.c @@ -14,4 +14,4 @@ INSTALLFLAGS+= -S 1225k CPPFLAGS+= -I${MINIXSRCDIR} -.include +.include diff --git a/servers/sched/Makefile b/servers/sched/Makefile index a749527a4..777216c35 100644 --- a/servers/sched/Makefile +++ b/servers/sched/Makefile @@ -14,4 +14,4 @@ CPPFLAGS.main.c+= -I${MINIXSRCDIR} CPPFLAGS.schedule.c+= -I${MINIXSRCDIR} CPPFLAGS.utility.c+= -I${MINIXSRCDIR} -.include +.include diff --git a/servers/vfs/Makefile b/servers/vfs/Makefile index 490d9dfc7..3c0ed1375 100644 --- a/servers/vfs/Makefile +++ b/servers/vfs/Makefile @@ -14,4 +14,4 @@ MAN= BINDIR?= /usr/sbin INSTALLFLAGS+= -S 16k -.include +.include diff --git a/servers/vm/Makefile b/servers/vm/Makefile index b493d0682..258c76d62 100644 --- a/servers/vm/Makefile +++ b/servers/vm/Makefile @@ -1,5 +1,5 @@ # Makefile for VM server -.include +.include PROG= vm SRCS= main.c alloc.c utility.c exec.c exit.c fork.c break.c \ @@ -19,4 +19,4 @@ CPPFLAGS+= -I${.CURDIR} -Iarch/${ARCH} CPPFLAGS+= -I${MINIXSRCDIR} .include "arch/${ARCH}/Makefile.inc" -.include +.include diff --git a/servers/vm/arch/i386/Makefile.inc b/servers/vm/arch/i386/Makefile.inc index 81a711994..34b9b5a10 100644 --- a/servers/vm/arch/i386/Makefile.inc +++ b/servers/vm/arch/i386/Makefile.inc @@ -1,4 +1,4 @@ -.include +.include #Arch-specific sources .PATH: ${.CURDIR}/arch/${ARCH} diff --git a/share/Makefile b/share/Makefile index 9b105c7c0..d5ff58159 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,5 +1,5 @@ -.include +.include SUBDIR= zoneinfo -.include +.include diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 7e676f171..2b5c6d605 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 7.109 -.include +.include # Change the line below for your time zone (after finding the zone you want in # the time zone files, or adding it to a time zone file). @@ -109,4 +109,4 @@ afterinstall: ${DATA} ${REDO} ${TABDATA} ${.CURDIR}/$$f ${DESTDIR}${TZDIR}; \ done -.include +.include