1 ##############################################################################
2 # Instructions to Make, for compilation of ZOT UIP/utility processes
4 # This file is automatically generated. Do not edit!
5 # @(#)$Id: bboards,v 1.7 1992/11/12 23:22:48 jromine Exp $
6 ##############################################################################
8 # The following entries were inserted during MH configuration
9 OPTIONS = -DSYS5 -DSVR4 -DFCNTL -DRENAME -DVSPRINTF -DATTVIBUG -DDBMPWD -DDUMB -DMORE='"/usr/bin/more"' -DMSGPROT='"0600"' -DMSGID -DRPATHS -DSOCKETS -DFOLDPROT='"0711"' -DSHADOW -DSYS5DIR -DMHRC -DMHE -DMIME -DSENDMTS -DSMTP -DSPRINTFTYPE=int -DTYPESIG=void -O -g -I..
14 LFLAGS = -bhu $(OPTIONS)
19 ######################################################################
21 ######################################################################
27 install: inst-all clean
36 ######################################################################
38 ######################################################################
42 l-getbbent:; $(LINT) $(LFLAGS) getbbent.c $(LLIBS)
45 ##############################################################################
47 ##############################################################################
49 unconfig: distribution
57 unclean:; -rm -f _* :* core eddep makedep
60 ##############################################################################
62 ##############################################################################
65 depend:; for m in $(MODULES); do ( \
66 i=`basename $$m .c`; \
67 echo $$i.o: $$i.c >> makedep; \
68 grep '^#[ ]*include' $$i.c | \
69 sed -e 's,[^"]*"/\([^"]*\)".*,'$$i'.o: /\1,' \
70 -e 's,[^"]*"\([^"]*\)".*,'$$i'.o: \1,' \
71 -e 's,[^<]*<\(.*\)>.*,#'$$i'.o: /usr/include/\1,' \
74 echo '/^# DO NOT DELETE THIS LINE/+2,$$d' > eddep
75 echo '$$r makedep' >> eddep
80 echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile
81 echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile
83 # DO NOT DELETE THIS LINE
84 # DEPENDENCIES START HERE
85 getbbent.o: getbbent.c
87 getbbent.o: ../../h/strings.h
88 #getbbent.o: /usr/include/ctype.h
89 #getbbent.o: /usr/include/pwd.h
90 #getbbent.o: /usr/include/grp.h
91 #getbbent.o: /usr/include/stdio.h
92 #getbbent.o: /usr/include/sys/types.h
93 #getbbent.o: /usr/include/sys/stat.h
94 # DEPENDENCIES MUST END AT END OF FILE
95 # IF YOU PUT STUFF HERE IT WILL GO AWAY