diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1996-11-10 21:12:44 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1996-11-10 21:12:44 +0000 |
| commit | 0661be0b5d46f5702216b079ff62dfa3e2a5c764 (patch) | |
| tree | b42a48b865e52b6b1dc79e58049edac010b8170c /usr.sbin/inetd/Makefile | |
| parent | 6467602bb5a7b39587446060a1620cf7edb463ad (diff) | |
Notes
Diffstat (limited to 'usr.sbin/inetd/Makefile')
| -rw-r--r-- | usr.sbin/inetd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index 7cb6c0520fbf..0654eba8b52a 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -4,6 +4,9 @@ PROG= inetd MAN8= inetd.8 MLINKS= inetd.8 inetd.conf.5 +COPTS+= -Wall +#COPTS+= -DSANITY_CHECK + DPADD+= ${LIBUTIL} LDADD+= -lutil |
