diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-15 07:45:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-15 07:45:45 +0000 |
| commit | eab1c60e1086cea35c5365367953ae2ec3500d04 (patch) | |
| tree | 885cfb806b23741af5f8d99188934743470f61af | |
| parent | ffcef9bdf8e5e8e15ac24a8bc50b503e4d09b23a (diff) | |
Notes
| -rw-r--r-- | usr.sbin/apm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 5c0cfda54c51..119840782a38 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.1 1994/10/01 03:23:23 davidg Exp $ PROG= apm # CFLAGS+= -I/sys/i386/include # BINGRP= apm # BINMODE= 550 -LINKS= ${DESTDIR}/usr/sbin/apm ${DESTDIR}/usr/sbin/zzz +# LINKS= ${DESTDIR}/usr/sbin/apm ${DESTDIR}/usr/sbin/zzz NOMAN= 1 .include <bsd.prog.mk> |
