diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-04-02 20:28:09 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-04-02 20:28:09 +0000 |
| commit | 0b2a7a1bff76c3fa0e782ba8a4c4b76d5877dac7 (patch) | |
| tree | 5a2b83aa7813d3b3e6645d2705196eb0c12cc2af /gnu | |
| parent | f9dde4e78c61726cd834d2a242d659295df8ef05 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/yppush/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/yppush/Makefile b/gnu/usr.bin/yppush/Makefile index af345cabf8b2..e76d3fe1da44 100644 --- a/gnu/usr.bin/yppush/Makefile +++ b/gnu/usr.bin/yppush/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1995/04/02 01:10:08 wpaul Exp $ +# $Id: Makefile,v 1.5 1995/04/02 20:01:48 wpaul Exp $ PROG= yppush SRCS= yp_clnt.c yppush.c MAN8= yppush.8 -CLEANFILES= yp_svc.c yp_clnt.c yp.h yp.x +CLEANFILES= yp_clnt.c yp.h yp.x yp_clnt.c: yp.h rm -f yp.x |
