diff options
Diffstat (limited to 'libexec/uucpd/Makefile')
-rw-r--r-- | libexec/uucpd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile new file mode 100644 index 0000000..45df1cd --- /dev/null +++ b/libexec/uucpd/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/4/93 + +PROG= uucpd +NOMAN= noman + +.include <bsd.prog.mk> |