diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-26 05:23:31 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-26 05:23:31 +0000 |
commit | dea673e932532f8f2d630dff2dcfc0c4a2eaf184 (patch) | |
tree | 63a439bb6df0abaaac536ec7f3d8ce32a28ef164 /usr.sbin/accton/Makefile | |
parent | 40a845cd5bff815b5b74dfb57fdf22a5833b0eb9 (diff) | |
download | src-dea673e932532f8f2d630dff2dcfc0c4a2eaf184.tar.gz src-dea673e932532f8f2d630dff2dcfc0c4a2eaf184.zip |
BSD 4.4 Lite usr.sbin Sources
Notes
Notes:
svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553
Diffstat (limited to 'usr.sbin/accton/Makefile')
-rw-r--r-- | usr.sbin/accton/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/accton/Makefile b/usr.sbin/accton/Makefile new file mode 100644 index 000000000000..15152a63765b --- /dev/null +++ b/usr.sbin/accton/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= accton +NOMAN= noman + +.include <bsd.prog.mk> |