# Makefile.dist
#
-# Copyright (c) 1996, 1997 The Internet Software Consortium.
+# Copyright (c) 1996, 1997, 1998 The Internet Software Consortium.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-SUBDIRS= common server client relay statmsg sysconfd
+SUBDIRS= common server client relay statmsg sysconfd dhcpctl
all:
@for dir in ${SUBDIRS}; do \
echo "System Type: $sysname"
-for foo in . client server relay statmsg sysconfd common; do
+for foo in . client server relay statmsg sysconfd common dhcpctl; do
(sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
<Makefile.conf; cat site.conf; cat $foo/Makefile.dist) \
>$foo/Makefile