Print this page
first pass

@@ -24,18 +24,14 @@
 #
 
 SYNCPROG=       syncinit syncloop syncstat
 DHCPPROG=       dhcpconfig dhtadm pntadm
 
-# EXPORT DELETE START
-XMODPROG=       wanbootutil
-# EXPORT DELETE END
-
 PROG=           6to4relay arp gettable if_mpadm \
                 in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
                 in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
-                ndd $(SYNCPROG) $(DHCPPROG) $(XMODPROG)
+                ndd $(SYNCPROG) $(DHCPPROG) wanbootutil
 
 MANIFEST=       rarp.xml telnet.xml comsat.xml finger.xml \
                 login.xml shell.xml rexec.xml socket-filter-kssl.xml
 SVCMETHOD=      svc-sockfilter
 

@@ -270,15 +266,5 @@
         $(LINT.c) syncstat.c $(LDLIBS) -ldlpi
         $(LINT.c) -erroff=E_NAME_USED_NOT_DEF2 in.rarpd.c $(LDLIBS) \
             -lsocket -lnsl
         $(LINT.c) in.tftpd.c ../usr.bin/tftp/tftpsubs.c $(LDLIBS) \
             -lsocket -lnsl
-
-# EXPORT DELETE START
-EXPORT_SRC:
-        $(RM) Makefile+
-        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
-                < Makefile > Makefile+
-        $(RM) Makefile
-        $(MV) Makefile+ Makefile
-        $(CHMOD) 444 Makefile
-# EXPORT DELETE END