diff options
Diffstat (limited to 'usr.bin/ipcs/Makefile')
| -rw-r--r-- | usr.bin/ipcs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile new file mode 100644 index 000000000000..0854bca423d5 --- /dev/null +++ b/usr.bin/ipcs/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 5.2 (Berkeley) 5/11/90 + +PROG= ipcs +NOMAN= noman + +.include <bsd.prog.mk> |
